#F16098

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

Shades of Brilliant Rose #F16098

Tints of Brilliant Rose #F16098

Color information

#F16098 (or 0xF16098) is unknown color: approx Brilliant Rose. HEX triplet: F1, 60 and 98. RGB value is (241,96,152). Sum of RGB (Red+Green+Blue) = 241+96+152=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F16098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16098 is #0E9F67. Grayscale: #919191. Windows color (decimal): -958312 or 9986289. OLE color: 9986289.

HSL color Cylindrical-coordinate representation of color #F16098: hue angle of 336.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16098 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24196152-
CMYK00.600.370.05
HSL336.83º83.82%66.08%-
HSV(B)336.83º60.17%94.51%-
XYZ46.1329.3332.94-
YUV145.74131.54195.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=49.28%
G=19.63%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419615200.600.370.05336.8383.8266.08
HexF1609803C2551515442
Octal361140230074455521124102
Binary11110001110000010011000011110010010110110101000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16098; }

 p { color: rgb(241,96,152); }

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

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

 a { background-color: rgb(241,96,152); }

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

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

 span { border-color: rgb(241,96,152); }

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