Html Css Color HEX #F56972 Froly

📋 copy color: '#F56972'

red 245 ◦ green 105 ◦ blue 114

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

Shades of Froly #F56972

Tints of Froly #F56972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 52.8%
G = 22.63%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F56972 (or 0xF56972) is known color: Froly. HEX triplet: F5, 69 and 72. RGB value is (245,105,114). Sum of RGB (Red+Green+Blue) = 245+105+114=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F56972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56972 is #0A968D. Grayscale: #939393. Windows color (decimal): -693902 or 7498229. OLE color: 7498229.

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

Color convert

RGB 245 105 114 -
CMYK 0 0.57 0.53 0.04
HSL 356.14º 0.88% 0.69% -
HSV(B) 356.14º 0.57% 0.96% -
XYZ 45.75 30.73 19.44 -
YUV 147.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 245 105 114 0 0.57 0.53 0.04 356.14 0.88 0.69
Hex F5 69 72 0 39 35 4 164 58 45
Octal 365 151 162 0 71 65 4 544 130 105
Binary 11110101 1101001 1110010 0 111001 110101 100 101100100 1011000 1000101

Color Harmonies of #F56972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56972

Black with #F56972

Text Example


Text Example

White with #F56972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56972; }

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

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

background-color css

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

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

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

border-color css

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

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

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