Html Css Color HEX #F07576 Froly

📋 copy color: '#F07576'

red 240 ◦ green 117 ◦ blue 118

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

Shades of Froly #F07576

Tints of Froly #F07576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.63%

 BLUE value IS 118 (46.48% from 255) = 24.84%

R = 50.53%
G = 24.63%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F07576 (or 0xF07576) is known color: Froly. HEX triplet: F0, 75 and 76. RGB value is (240,117,118). Sum of RGB (Red+Green+Blue) = 240+117+118=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F07576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07576 is #0F8A89. Grayscale: #9A9A9A. Windows color (decimal): -1018506 or 7763440. OLE color: 7763440.

HSL color Cylindrical-coordinate representation of color #F07576: hue angle of 359.51º 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 #F07576 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 118 -
CMYK 0 0.51 0.51 0.06
HSL 359.51º 0.8% 0.7% -
HSV(B) 359.51º 0.51% 0.94% -
XYZ 45.57 32.56 21.02 -
YUV 153.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 240 117 118 0 0.51 0.51 0.06 359.51 0.8 0.7
Hex F0 75 76 0 33 33 6 168 50 46
Octal 360 165 166 0 63 63 6 550 120 106
Binary 11110000 1110101 1110110 0 110011 110011 110 101101000 1010000 1000110

Color Harmonies of #F07576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07576

Black with #F07576

Text Example


Text Example

White with #F07576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07576; }

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

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

background-color css

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

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

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

border-color css

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

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

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