Html Css Color HEX #F06A87 Deep Blush

📋 copy color: '#F06A87'

red 240 ◦ green 106 ◦ blue 135

#F06A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #F06A87

Tints of Deep Blush #F06A87

RGB

 RED value IS 240 (94.14% from 255) = 49.9%

 GREEN value IS 106 (41.8% from 255) = 22.04%

 BLUE value IS 135 (53.13% from 255) = 28.07%

R = 49.9%
G = 22.04%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F06A87 (or 0xF06A87) is known color: Deep Blush. HEX triplet: F0, 6A and 87. RGB value is (240,106,135). Sum of RGB (Red+Green+Blue) = 240+106+135=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06A87 is #0F9578. Grayscale: #959595. Windows color (decimal): -1021305 or 8874736. OLE color: 8874736.

HSL color Cylindrical-coordinate representation of color #F06A87: hue angle of 347.01º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06A87 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 106 135 -
CMYK 0 0.56 0.44 0.06
HSL 347.01º 0.82% 0.68% -
HSV(B) 347.01º 0.56% 0.94% -
XYZ 45.46 30.58 26.43 -
YUV 149.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 240 106 135 0 0.56 0.44 0.06 347.01 0.82 0.68
Hex F0 6A 87 0 38 2C 6 15B 52 44
Octal 360 152 207 0 70 54 6 533 122 104
Binary 11110000 1101010 10000111 0 111000 101100 110 101011011 1010010 1000100

Color Harmonies of #F06A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A87

Black with #F06A87

Text Example


Text Example

White with #F06A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A87; }

 p { color: rgb(240,106,135); }

 H1.HeaderClassName
 {
   color: #F06A87;
 }
 .AnyTagClassName
 {
   color: #F06A87;
 }
</style>

background-color css

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

 a { background-color: rgb(240,106,135); }

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

border-color css

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

 span { border-color: rgb(240,106,135); }

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