Html Css Color HEX #F56A70 Froly

📋 copy color: '#F56A70'

red 245 ◦ green 106 ◦ blue 112

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

Shades of Froly #F56A70

Tints of Froly #F56A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.89%

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 52.92%
G = 22.89%
B = 24.19%

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

#F56A70 (or 0xF56A70) is known color: Froly. HEX triplet: F5, 6A and 70. RGB value is (245,106,112). Sum of RGB (Red+Green+Blue) = 245+106+112=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56A70 is #0A958F. Grayscale: #949494. Windows color (decimal): -693648 or 7367413. OLE color: 7367413.

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

Color convert

RGB 245 106 112 -
CMYK 0 0.57 0.54 0.04
HSL 357.41º 0.87% 0.69% -
HSV(B) 357.41º 0.57% 0.96% -
XYZ 45.73 30.89 18.88 -
YUV 148.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 245 106 112 0 0.57 0.54 0.04 357.41 0.87 0.69
Hex F5 6A 70 0 39 36 4 165 57 45
Octal 365 152 160 0 71 66 4 545 127 105
Binary 11110101 1101010 1110000 0 111001 110110 100 101100101 1010111 1000101

Color Harmonies of #F56A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56A70

Black with #F56A70

Text Example


Text Example

White with #F56A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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