Html Css Color HEX #F0797E Froly

📋 copy color: '#F0797E'

red 240 ◦ green 121 ◦ blue 126

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

Shades of Froly #F0797E

Tints of Froly #F0797E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.85%

 BLUE value IS 126 (49.61% from 255) = 25.87%

R = 49.28%
G = 24.85%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0797E (or 0xF0797E) is known color: Froly. HEX triplet: F0, 79 and 7E. RGB value is (240,121,126). Sum of RGB (Red+Green+Blue) = 240+121+126=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0797E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0797E is #0F8681. Grayscale: #9D9D9D. Windows color (decimal): -1017474 or 8288752. OLE color: 8288752.

HSL color Cylindrical-coordinate representation of color #F0797E: hue angle of 357.48º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0797E is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 126 -
CMYK 0 0.50 0.48 0.06
HSL 357.48º 0.8% 0.71% -
HSV(B) 357.48º 0.5% 0.94% -
XYZ 46.54 33.71 23.79 -
YUV 157.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 240 121 126 0 0.50 0.48 0.06 357.48 0.8 0.71
Hex F0 79 7E 0 32 30 6 165 50 47
Octal 360 171 176 0 62 60 6 545 120 107
Binary 11110000 1111001 1111110 0 110010 110000 110 101100101 1010000 1000111

Color Harmonies of #F0797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0797E

Black with #F0797E

Text Example


Text Example

White with #F0797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0797E; }

 p { color: rgb(240,121,126); }

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

background-color css

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

 a { background-color: rgb(240,121,126); }

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

border-color css

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

 span { border-color: rgb(240,121,126); }

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