Html Css Color HEX #F56C6D Froly

📋 copy color: '#F56C6D'

red 245 ◦ green 108 ◦ blue 109

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

Shades of Froly #F56C6D

Tints of Froly #F56C6D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.38%

 BLUE value IS 109 (42.97% from 255) = 23.59%

R = 53.03%
G = 23.38%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F56C6D (or 0xF56C6D) is known color: Froly. HEX triplet: F5, 6C and 6D. RGB value is (245,108,109). Sum of RGB (Red+Green+Blue) = 245+108+109=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56C6D is #0A9392. Grayscale: #959595. Windows color (decimal): -693139 or 7171317. OLE color: 7171317.

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

Color convert

RGB 245 108 109 -
CMYK 0 0.56 0.56 0.04
HSL 359.56º 0.87% 0.69% -
HSV(B) 359.56º 0.56% 0.96% -
XYZ 45.78 31.24 18.09 -
YUV 149.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 245 108 109 0 0.56 0.56 0.04 359.56 0.87 0.69
Hex F5 6C 6D 0 38 38 4 168 57 45
Octal 365 154 155 0 70 70 4 550 127 105
Binary 11110101 1101100 1101101 0 111000 111000 100 101101000 1010111 1000101

Color Harmonies of #F56C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56C6D

Black with #F56C6D

Text Example


Text Example

White with #F56C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56C6D; }

 p { color: rgb(245,108,109); }

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

background-color css

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

 a { background-color: rgb(245,108,109); }

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

border-color css

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

 span { border-color: rgb(245,108,109); }

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