Html Css Color HEX #F5797F Froly

📋 copy color: '#F5797F'

red 245 ◦ green 121 ◦ blue 127

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

Shades of Froly #F5797F

Tints of Froly #F5797F

RGB

 RED value IS 245 (96.09% from 255) = 49.7%

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

 BLUE value IS 127 (50% from 255) = 25.76%

R = 49.7%
G = 24.54%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5797F (or 0xF5797F) is known color: Froly. HEX triplet: F5, 79 and 7F. RGB value is (245,121,127). Sum of RGB (Red+Green+Blue) = 245+121+127=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5797F is #0A8680. Grayscale: #9E9E9E. Windows color (decimal): -689793 or 8354293. OLE color: 8354293.

HSL color Cylindrical-coordinate representation of color #F5797F: hue angle of 357.1º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5797F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 121 127 -
CMYK 0 0.51 0.48 0.04
HSL 357.1º 0.86% 0.72% -
HSV(B) 357.1º 0.51% 0.96% -
XYZ 48.32 34.62 24.21 -
YUV 158.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 245 121 127 0 0.51 0.48 0.04 357.1 0.86 0.72
Hex F5 79 7F 0 33 30 4 165 56 48
Octal 365 171 177 0 63 60 4 545 126 110
Binary 11110101 1111001 1111111 0 110011 110000 100 101100101 1010110 1001000

Color Harmonies of #F5797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5797F

Black with #F5797F

Text Example


Text Example

White with #F5797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5797F; }

 p { color: rgb(245,121,127); }

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

background-color css

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

 a { background-color: rgb(245,121,127); }

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

border-color css

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

 span { border-color: rgb(245,121,127); }

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