Html Css Color HEX #F57376 Froly

📋 copy color: '#F57376'

red 245 ◦ green 115 ◦ blue 118

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

Shades of Froly #F57376

Tints of Froly #F57376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

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

R = 51.26%
G = 24.06%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F57376 (or 0xF57376) is known color: Froly. HEX triplet: F5, 73 and 76. RGB value is (245,115,118). Sum of RGB (Red+Green+Blue) = 245+115+118=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F57376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57376 is #0A8C89. Grayscale: #9A9A9A. Windows color (decimal): -691338 or 7762933. OLE color: 7762933.

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

Color convert

RGB 245 115 118 -
CMYK 0 0.53 0.52 0.04
HSL 358.62º 0.87% 0.71% -
HSV(B) 358.62º 0.53% 0.96% -
XYZ 47.06 32.98 21.03 -
YUV 154.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 245 115 118 0 0.53 0.52 0.04 358.62 0.87 0.71
Hex F5 73 76 0 35 34 4 167 57 47
Octal 365 163 166 0 65 64 4 547 127 107
Binary 11110101 1110011 1110110 0 110101 110100 100 101100111 1010111 1000111

Color Harmonies of #F57376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57376

Black with #F57376

Text Example


Text Example

White with #F57376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57376; }

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

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

background-color css

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

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

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

border-color css

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

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

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