#F16473

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

Shades of Froly #F16473

Tints of Froly #F16473

Color information

#F16473 (or 0xF16473) is unknown color: approx Froly. HEX triplet: F1, 64 and 73. RGB value is (241,100,115). Sum of RGB (Red+Green+Blue) = 241+100+115=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F16473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16473 is #0E9B8C. Grayscale: #8F8F8F. Windows color (decimal): -957325 or 7562481. OLE color: 7562481.

HSL color Cylindrical-coordinate representation of color #F16473: hue angle of 353.62º degrees, saturation: 0.83, 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 #F16473 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB241100115-
CMYK00.590.520.05
HSL353.62º83.43%66.86%-
HSV(B)353.62º58.51%94.51%-
XYZ43.9329.0519.51-
YUV143.87111.71197.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.85%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 115 (45.31% from 255) = 25.22%
R=52.85%
G=21.93%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110011500.590.520.05353.6283.4366.86
HexF1647303B3451625343
Octal361144163073645542123103
Binary1111000111001001110011011101111010010110110001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16473; }

 p { color: rgb(241,100,115); }

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

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

 a { background-color: rgb(241,100,115); }

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

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

 span { border-color: rgb(241,100,115); }

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