Html Css Color HEX #F07686 Deep Blush

📋 copy color: '#F07686'

red 240 ◦ green 118 ◦ blue 134

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

Shades of Deep Blush #F07686

Tints of Deep Blush #F07686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.98%

 BLUE value IS 134 (52.73% from 255) = 27.24%

R = 48.78%
G = 23.98%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F07686 (or 0xF07686) is known color: Deep Blush. HEX triplet: F0, 76 and 86. RGB value is (240,118,134). Sum of RGB (Red+Green+Blue) = 240+118+134=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F07686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07686 is #0F8979. Grayscale: #9C9C9C. Windows color (decimal): -1018234 or 8812272. OLE color: 8812272.

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

Color convert

RGB 240 118 134 -
CMYK 0 0.51 0.44 0.06
HSL 352.13º 0.8% 0.7% -
HSV(B) 352.13º 0.51% 0.94% -
XYZ 46.72 33.2 26.5 -
YUV 156.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 240 118 134 0 0.51 0.44 0.06 352.13 0.8 0.7
Hex F0 76 86 0 33 2C 6 160 50 46
Octal 360 166 206 0 63 54 6 540 120 106
Binary 11110000 1110110 10000110 0 110011 101100 110 101100000 1010000 1000110

Color Harmonies of #F07686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07686

Black with #F07686

Text Example


Text Example

White with #F07686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07686; }

 p { color: rgb(240,118,134); }

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

background-color css

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

 a { background-color: rgb(240,118,134); }

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

border-color css

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

 span { border-color: rgb(240,118,134); }

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