#F16368

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

Shades of Froly #F16368

Tints of Froly #F16368

Color information

#F16368 (or 0xF16368) is unknown color: approx Froly. HEX triplet: F1, 63 and 68. RGB value is (241,99,104). Sum of RGB (Red+Green+Blue) = 241+99+104=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F16368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16368 is #0E9C97. Grayscale: #8E8E8E. Windows color (decimal): -957592 or 6841329. OLE color: 6841329.

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

Color convert

RGB24199104-
CMYK00.590.570.05
HSL357.89º83.53%66.67%-
HSV(B)357.89º58.92%94.51%-
XYZ43.2428.6216.34-
YUV142.03106.54198.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=54.28%
G=22.30%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419910400.590.570.05357.8983.5366.67
HexF1636803B3951665443
Octal361143150073715546124103
Binary1111000111000111101000011101111100110110110011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16368; }

 p { color: rgb(241,99,104); }

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

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

 a { background-color: rgb(241,99,104); }

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

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

 span { border-color: rgb(241,99,104); }

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