#F16469

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

Shades of Froly #F16469

Tints of Froly #F16469

Color information

#F16469 (or 0xF16469) is unknown color: approx Froly. HEX triplet: F1, 64 and 69. RGB value is (241,100,105). Sum of RGB (Red+Green+Blue) = 241+100+105=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F16469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16469 is #0E9B96. Grayscale: #8E8E8E. Windows color (decimal): -957335 or 6907121. OLE color: 6907121.

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

Color convert

RGB241100105-
CMYK00.590.560.05
HSL357.87º83.43%66.86%-
HSV(B)357.87º58.51%94.51%-
XYZ43.3828.8416.64-
YUV142.73106.71198.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.04%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=54.04%
G=22.42%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110010500.590.560.05357.8783.4366.86
HexF1646903B3851665343
Octal361144151073705546123103
Binary1111000111001001101001011101111100010110110011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16469; }

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

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

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

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

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

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

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

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