Html Css Color HEX #F56971 Froly

📋 copy color: '#F56971'

red 245 ◦ green 105 ◦ blue 113

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

Shades of Froly #F56971

Tints of Froly #F56971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

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

R = 52.92%
G = 22.68%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F56971 (or 0xF56971) is known color: Froly. HEX triplet: F5, 69 and 71. RGB value is (245,105,113). Sum of RGB (Red+Green+Blue) = 245+105+113=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F56971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56971 is #0A968E. Grayscale: #939393. Windows color (decimal): -693903 or 7432693. OLE color: 7432693.

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

Color convert

RGB 245 105 113 -
CMYK 0 0.57 0.54 0.04
HSL 356.57º 0.88% 0.69% -
HSV(B) 356.57º 0.57% 0.96% -
XYZ 45.69 30.71 19.14 -
YUV 147.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 245 105 113 0 0.57 0.54 0.04 356.57 0.88 0.69
Hex F5 69 71 0 39 36 4 165 58 45
Octal 365 151 161 0 71 66 4 545 130 105
Binary 11110101 1101001 1110001 0 111001 110110 100 101100101 1011000 1000101

Color Harmonies of #F56971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56971

Black with #F56971

Text Example


Text Example

White with #F56971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56971; }

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

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

background-color css

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

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

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

border-color css

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

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

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