Html Css Color HEX #F57576 Froly

📋 copy color: '#F57576'

red 245 ◦ green 117 ◦ blue 118

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

Shades of Froly #F57576

Tints of Froly #F57576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.38%

 BLUE value IS 118 (46.48% from 255) = 24.58%

R = 51.04%
G = 24.38%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F57576 (or 0xF57576) is known color: Froly. HEX triplet: F5, 75 and 76. RGB value is (245,117,118). Sum of RGB (Red+Green+Blue) = 245+117+118=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F57576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57576 is #0A8A89. Grayscale: #9B9B9B. Windows color (decimal): -690826 or 7763445. OLE color: 7763445.

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

Color convert

RGB 245 117 118 -
CMYK 0 0.52 0.52 0.04
HSL 359.53º 0.86% 0.71% -
HSV(B) 359.53º 0.52% 0.96% -
XYZ 47.29 33.44 21.1 -
YUV 155.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 245 117 118 0 0.52 0.52 0.04 359.53 0.86 0.71
Hex F5 75 76 0 34 34 4 168 56 47
Octal 365 165 166 0 64 64 4 550 126 107
Binary 11110101 1110101 1110110 0 110100 110100 100 101101000 1010110 1000111

Color Harmonies of #F57576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57576

Black with #F57576

Text Example


Text Example

White with #F57576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57576; }

 p { color: rgb(245,117,118); }

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

background-color css

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

 a { background-color: rgb(245,117,118); }

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

border-color css

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

 span { border-color: rgb(245,117,118); }

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