Html Css Color HEX #F07177 Froly

📋 copy color: '#F07177'

red 240 ◦ green 113 ◦ blue 119

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

Shades of Froly #F07177

Tints of Froly #F07177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

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

R = 50.85%
G = 23.94%
B = 25.21%

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

#F07177 (or 0xF07177) is known color: Froly. HEX triplet: F0, 71 and 77. RGB value is (240,113,119). Sum of RGB (Red+Green+Blue) = 240+113+119=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F07177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07177 is #0F8E88. Grayscale: #979797. Windows color (decimal): -1019529 or 7827952. OLE color: 7827952.

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

Color convert

RGB 240 113 119 -
CMYK 0 0.53 0.50 0.06
HSL 357.17º 0.81% 0.69% -
HSV(B) 357.17º 0.53% 0.94% -
XYZ 45.17 31.67 21.18 -
YUV 151.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 240 113 119 0 0.53 0.50 0.06 357.17 0.81 0.69
Hex F0 71 77 0 35 32 6 165 51 45
Octal 360 161 167 0 65 62 6 545 121 105
Binary 11110000 1110001 1110111 0 110101 110010 110 101100101 1010001 1000101

Color Harmonies of #F07177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07177

Black with #F07177

Text Example


Text Example

White with #F07177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07177; }

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

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

background-color css

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

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

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

border-color css

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

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

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