Html Css Color HEX #F57071 Froly

📋 copy color: '#F57071'

red 245 ◦ green 112 ◦ blue 113

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

Shades of Froly #F57071

Tints of Froly #F57071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.04%

R = 52.13%
G = 23.83%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F57071 (or 0xF57071) is known color: Froly. HEX triplet: F5, 70 and 71. RGB value is (245,112,113). Sum of RGB (Red+Green+Blue) = 245+112+113=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F57071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57071 is #0A8F8E. Grayscale: #989898. Windows color (decimal): -692111 or 7434485. OLE color: 7434485.

HSL color Cylindrical-coordinate representation of color #F57071: hue angle of 359.55º 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 #F57071 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 112 113 -
CMYK 0 0.54 0.54 0.04
HSL 359.55º 0.87% 0.7% -
HSV(B) 359.55º 0.54% 0.96% -
XYZ 46.43 32.19 19.39 -
YUV 151.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 245 112 113 0 0.54 0.54 0.04 359.55 0.87 0.7
Hex F5 70 71 0 36 36 4 168 57 46
Octal 365 160 161 0 66 66 4 550 127 106
Binary 11110101 1110000 1110001 0 110110 110110 100 101101000 1010111 1000110

Color Harmonies of #F57071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57071

Black with #F57071

Text Example


Text Example

White with #F57071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57071; }

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

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

background-color css

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

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

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

border-color css

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

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

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