#F07296

Color #F07296 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #F07296

Tints of Deep Blush #F07296

Color information

#F07296 (or 0xF07296) is unknown color: approx Deep Blush. HEX triplet: F0, 72 and 96. RGB value is (240,114,150). Sum of RGB (Red+Green+Blue) = 240+114+150=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F07296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07296 is #0F8D69. Grayscale: #9B9B9B. Windows color (decimal): -1019242 or 9859824. OLE color: 9859824.

HSL color Cylindrical-coordinate representation of color #F07296: hue angle of 342.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07296 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240114150-
CMYK00.520.370.06
HSL342.86º80.77%69.41%-
HSV(B)342.86º52.5%94.12%-
XYZ47.4632.7632.68-
YUV155.78124.74188.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 47.62%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=47.62%
G=22.62%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011415000.520.370.06342.8680.7769.41
HexF072960342561575145
Octal360162226064456527121105
Binary11110000111001010010110011010010010111010101011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07296; }

 p { color: rgb(240,114,150); }

 H1.HeaderClassName
 {
   color: #F07296;
 }
 .AnyTagClassName
 {
   color: #F07296;
 }
</style>
background-color css

<style>
 a { background-color: #F07296; }

 a { background-color: rgb(240,114,150); }

 div.DivClassName
 {
   background-color: #F07296;
 }
 .BgClassName
 {
   background-color: #F07296;
 }
</style>
border-color css

<style>
 span { border-color: #F07296; }

 span { border-color: rgb(240,114,150); }

 td.TdClassName
 {
   border-color: #F07296;
 }
 .TagClassName
 {
   border-color: #F07296;
 }
</style>