Html Css Color HEX #F07077 Froly

📋 copy color: '#F07077'

red 240 ◦ green 112 ◦ blue 119

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

Shades of Froly #F07077

Tints of Froly #F07077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.27%

R = 50.96%
G = 23.78%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F07077 (or 0xF07077) is known color: Froly. HEX triplet: F0, 70 and 77. RGB value is (240,112,119). Sum of RGB (Red+Green+Blue) = 240+112+119=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07077 is #0F8F88. Grayscale: #979797. Windows color (decimal): -1019785 or 7827696. OLE color: 7827696.

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

Color convert

RGB 240 112 119 -
CMYK 0 0.53 0.50 0.06
HSL 356.72º 0.81% 0.69% -
HSV(B) 356.72º 0.53% 0.94% -
XYZ 45.06 31.45 21.15 -
YUV 151.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 240 112 119 0 0.53 0.50 0.06 356.72 0.81 0.69
Hex F0 70 77 0 35 32 6 165 51 45
Octal 360 160 167 0 65 62 6 545 121 105
Binary 11110000 1110000 1110111 0 110101 110010 110 101100101 1010001 1000101

Color Harmonies of #F07077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07077

Black with #F07077

Text Example


Text Example

White with #F07077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07077; }

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

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

background-color css

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

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

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

border-color css

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

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

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