#F36470

Color #F36470 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #F36470

Tints of Froly #F36470

Color information

#F36470 (or 0xF36470) is unknown color: approx Froly. HEX triplet: F3, 64 and 70. RGB value is (243,100,112). Sum of RGB (Red+Green+Blue) = 243+100+112=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F36470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36470 is #0C9B8F. Grayscale: #909090. Windows color (decimal): -826256 or 7365875. OLE color: 7365875.

HSL color Cylindrical-coordinate representation of color #F36470: hue angle of 354.97º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F36470 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB243100112-
CMYK00.590.540.05
HSL354.97º85.63%67.25%-
HSV(B)354.97º58.85%95.29%-
XYZ44.4429.3418.65-
YUV144.12109.88198.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.41%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=53.41%
G=21.98%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310011200.590.540.05354.9785.6367.25
HexF3647003B3651635643
Octal363144160073665543126103
Binary1111001111001001110000011101111011010110110001110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36470; }

 p { color: rgb(243,100,112); }

 H1.HeaderClassName
 {
   color: #F36470;
 }
 .AnyTagClassName
 {
   color: #F36470;
 }
</style>
background-color css

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

 a { background-color: rgb(243,100,112); }

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

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

 span { border-color: rgb(243,100,112); }

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