Html Css Color HEX #F07087 Deep Blush

📋 copy color: '#F07087'

red 240 ◦ green 112 ◦ blue 135

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

Shades of Deep Blush #F07087

Tints of Deep Blush #F07087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23%

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

R = 49.28%
G = 23%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F07087 (or 0xF07087) is known color: Deep Blush. HEX triplet: F0, 70 and 87. RGB value is (240,112,135). Sum of RGB (Red+Green+Blue) = 240+112+135=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F07087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07087 is #0F8F78. Grayscale: #989898. Windows color (decimal): -1019769 or 8876272. OLE color: 8876272.

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

Color convert

RGB 240 112 135 -
CMYK 0 0.53 0.44 0.06
HSL 349.22º 0.81% 0.69% -
HSV(B) 349.22º 0.53% 0.94% -
XYZ 46.1 31.86 26.64 -
YUV 152.89 117.91 190.13 -
System Red Green Blue C M Y K H S L
Decimal 240 112 135 0 0.53 0.44 0.06 349.22 0.81 0.69
Hex F0 70 87 0 35 2C 6 15D 51 45
Octal 360 160 207 0 65 54 6 535 121 105
Binary 11110000 1110000 10000111 0 110101 101100 110 101011101 1010001 1000101

Color Harmonies of #F07087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07087

Black with #F07087

Text Example


Text Example

White with #F07087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07087; }

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

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

background-color css

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

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

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

border-color css

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

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

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