Html Css Color HEX #F0797C Froly

📋 copy color: '#F0797C'

red 240 ◦ green 121 ◦ blue 124

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

Shades of Froly #F0797C

Tints of Froly #F0797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.57%

R = 49.48%
G = 24.95%
B = 25.57%

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

#F0797C (or 0xF0797C) is known color: Froly. HEX triplet: F0, 79 and 7C. RGB value is (240,121,124). Sum of RGB (Red+Green+Blue) = 240+121+124=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0797C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0797C is #0F8683. Grayscale: #9D9D9D. Windows color (decimal): -1017476 or 8157680. OLE color: 8157680.

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

Color convert

RGB 240 121 124 -
CMYK 0 0.50 0.48 0.06
HSL 358.49º 0.8% 0.71% -
HSV(B) 358.49º 0.5% 0.94% -
XYZ 46.41 33.66 23.12 -
YUV 156.92 109.42 187.26 -
System Red Green Blue C M Y K H S L
Decimal 240 121 124 0 0.50 0.48 0.06 358.49 0.8 0.71
Hex F0 79 7C 0 32 30 6 166 50 47
Octal 360 171 174 0 62 60 6 546 120 107
Binary 11110000 1111001 1111100 0 110010 110000 110 101100110 1010000 1000111

Color Harmonies of #F0797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0797C

Black with #F0797C

Text Example


Text Example

White with #F0797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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