#F16399

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

Shades of Brilliant Rose #F16399

Tints of Brilliant Rose #F16399

Color information

#F16399 (or 0xF16399) is unknown color: approx Brilliant Rose. HEX triplet: F1, 63 and 99. RGB value is (241,99,153). Sum of RGB (Red+Green+Blue) = 241+99+153=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F16399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16399 is #0E9C66. Grayscale: #939393. Windows color (decimal): -957543 or 10052593. OLE color: 10052593.

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

Color convert

RGB24199153-
CMYK00.590.370.05
HSL337.18º83.53%66.67%-
HSV(B)337.18º58.92%94.51%-
XYZ46.4929.9233.46-
YUV147.61131.04194.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 99 (39.06% from 255) = 20.08%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=48.88%
G=20.08%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419915300.590.370.05337.1883.5366.67
HexF1639903B2551515443
Octal361143231073455521124103
Binary11110001110001110011001011101110010110110101000110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16399; }

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

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

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

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

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

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

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

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