Html Css Color HEX #F56566 Froly

📋 copy color: '#F56566'

red 245 ◦ green 101 ◦ blue 102

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

Shades of Froly #F56566

Tints of Froly #F56566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.54%

 BLUE value IS 102 (40.23% from 255) = 22.77%

R = 54.69%
G = 22.54%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F56566 (or 0xF56566) is known color: Froly. HEX triplet: F5, 65 and 66. RGB value is (245,101,102). Sum of RGB (Red+Green+Blue) = 245+101+102=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F56566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56566 is #0A9A99. Grayscale: #909090. Windows color (decimal): -694938 or 6710773. OLE color: 6710773.

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

Color convert

RGB 245 101 102 -
CMYK 0 0.59 0.58 0.04
HSL 359.58º 0.88% 0.68% -
HSV(B) 359.58º 0.59% 0.96% -
XYZ 44.71 29.68 15.94 -
YUV 144.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 245 101 102 0 0.59 0.58 0.04 359.58 0.88 0.68
Hex F5 65 66 0 3B 3A 4 168 58 44
Octal 365 145 146 0 73 72 4 550 130 104
Binary 11110101 1100101 1100110 0 111011 111010 100 101101000 1011000 1000100

Color Harmonies of #F56566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56566

Black with #F56566

Text Example


Text Example

White with #F56566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56566; }

 p { color: rgb(245,101,102); }

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

background-color css

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

 a { background-color: rgb(245,101,102); }

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

border-color css

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

 span { border-color: rgb(245,101,102); }

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