Html Css Color HEX #F56771 Froly

📋 copy color: '#F56771'

red 245 ◦ green 103 ◦ blue 113

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

Shades of Froly #F56771

Tints of Froly #F56771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.34%

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

R = 53.15%
G = 22.34%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F56771 (or 0xF56771) is known color: Froly. HEX triplet: F5, 67 and 71. RGB value is (245,103,113). Sum of RGB (Red+Green+Blue) = 245+103+113=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F56771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56771 is #0A988E. Grayscale: #929292. Windows color (decimal): -694415 or 7432181. OLE color: 7432181.

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

Color convert

RGB 245 103 113 -
CMYK 0 0.58 0.54 0.04
HSL 355.77º 0.88% 0.68% -
HSV(B) 355.77º 0.58% 0.96% -
XYZ 45.49 30.31 19.07 -
YUV 146.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 245 103 113 0 0.58 0.54 0.04 355.77 0.88 0.68
Hex F5 67 71 0 3A 36 4 164 58 44
Octal 365 147 161 0 72 66 4 544 130 104
Binary 11110101 1100111 1110001 0 111010 110110 100 101100100 1011000 1000100

Color Harmonies of #F56771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56771

Black with #F56771

Text Example


Text Example

White with #F56771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56771; }

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

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

background-color css

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

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

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

border-color css

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

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

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