#F16097

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

Shades of Brilliant Rose #F16097

Tints of Brilliant Rose #F16097

Color information

#F16097 (or 0xF16097) is unknown color: approx Brilliant Rose. HEX triplet: F1, 60 and 97. RGB value is (241,96,151). Sum of RGB (Red+Green+Blue) = 241+96+151=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16097 is #0E9F68. Grayscale: #919191. Windows color (decimal): -958313 or 9920753. OLE color: 9920753.

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

Color convert

RGB24196151-
CMYK00.600.370.05
HSL337.24º83.82%66.08%-
HSV(B)337.24º60.17%94.51%-
XYZ46.0429.332.51-
YUV145.62131.04196.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=49.39%
G=19.67%
B=30.94%

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
Decimal2419615100.600.370.05337.2483.8266.08
HexF1609703C2551515442
Octal361140227074455521124102
Binary11110001110000010010111011110010010110110101000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16097; }

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

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

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

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

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

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

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

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