#F06093

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

Shades of Deep Blush #F06093

Tints of Deep Blush #F06093

Color information

#F06093 (or 0xF06093) is unknown color: approx Deep Blush. HEX triplet: F0, 60 and 93. RGB value is (240,96,147). Sum of RGB (Red+Green+Blue) = 240+96+147=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F06093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06093 is #0F9F6C. Grayscale: #909090. Windows color (decimal): -1023853 or 9658608. OLE color: 9658608.

HSL color Cylindrical-coordinate representation of color #F06093: hue angle of 338.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06093 is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB24096147-
CMYK00.60.390.06
HSL338.75º82.76%65.88%-
HSV(B)338.75º60%94.12%-
XYZ45.382930.81-
YUV144.87129.21195.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.69%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=49.69%
G=19.88%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409614700.60.390.06338.7582.7665.88
HexF0609303C2761535342
Octal360140223074476523123102
Binary11110000110000010010011011110010011111010101001110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06093; }

 p { color: rgb(240,96,147); }

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

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

 a { background-color: rgb(240,96,147); }

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

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

 span { border-color: rgb(240,96,147); }

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