Html Css Color HEX #F57276 Froly

📋 copy color: '#F57276'

red 245 ◦ green 114 ◦ blue 118

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

Shades of Froly #F57276

Tints of Froly #F57276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

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

R = 51.36%
G = 23.9%
B = 24.74%

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

#F57276 (or 0xF57276) is known color: Froly. HEX triplet: F5, 72 and 76. RGB value is (245,114,118). Sum of RGB (Red+Green+Blue) = 245+114+118=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F57276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57276 is #0A8D89. Grayscale: #999999. Windows color (decimal): -691594 or 7762677. OLE color: 7762677.

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

Color convert

RGB 245 114 118 -
CMYK 0 0.53 0.52 0.04
HSL 358.17º 0.87% 0.7% -
HSV(B) 358.17º 0.53% 0.96% -
XYZ 46.94 32.76 20.99 -
YUV 153.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 245 114 118 0 0.53 0.52 0.04 358.17 0.87 0.7
Hex F5 72 76 0 35 34 4 166 57 46
Octal 365 162 166 0 65 64 4 546 127 106
Binary 11110101 1110010 1110110 0 110101 110100 100 101100110 1010111 1000110

Color Harmonies of #F57276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57276

Black with #F57276

Text Example


Text Example

White with #F57276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57276; }

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

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

background-color css

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

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

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

border-color css

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

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

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