Html Css Color HEX #F57076 Froly

📋 copy color: '#F57076'

red 245 ◦ green 112 ◦ blue 118

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

Shades of Froly #F57076

Tints of Froly #F57076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 51.58%
G = 23.58%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F57076 (or 0xF57076) is known color: Froly. HEX triplet: F5, 70 and 76. RGB value is (245,112,118). Sum of RGB (Red+Green+Blue) = 245+112+118=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F57076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57076 is #0A8F89. Grayscale: #989898. Windows color (decimal): -692106 or 7762165. OLE color: 7762165.

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

Color convert

RGB 245 112 118 -
CMYK 0 0.54 0.52 0.04
HSL 357.29º 0.87% 0.7% -
HSV(B) 357.29º 0.54% 0.96% -
XYZ 46.72 32.31 20.91 -
YUV 152.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 245 112 118 0 0.54 0.52 0.04 357.29 0.87 0.7
Hex F5 70 76 0 36 34 4 165 57 46
Octal 365 160 166 0 66 64 4 545 127 106
Binary 11110101 1110000 1110110 0 110110 110100 100 101100101 1010111 1000110

Color Harmonies of #F57076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57076

Black with #F57076

Text Example


Text Example

White with #F57076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57076; }

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

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

background-color css

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

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

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

border-color css

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

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

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