#F160A9

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

Shades of Brilliant Rose #F160A9

Tints of Brilliant Rose #F160A9

Color information

#F160A9 (or 0xF160A9) is unknown color: approx Brilliant Rose. HEX triplet: F1, 60 and A9. RGB value is (241,96,169). Sum of RGB (Red+Green+Blue) = 241+96+169=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F160A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F160A9 is #0E9F56. Grayscale: #939393. Windows color (decimal): -958295 or 11100401. OLE color: 11100401.

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

Color convert

RGB24196169-
CMYK00.600.300.05
HSL329.79º83.82%66.08%-
HSV(B)329.79º60.17%94.51%-
XYZ47.6229.9340.8-
YUV147.68140.04194.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 96 (37.89% from 255) = 18.97%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=47.63%
G=18.97%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419616900.600.300.05329.7983.8266.08
HexF160A903C1E514a5442
Octal361140251074365512124102
Binary1111000111000001010100101111001111010110100101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160A9; }

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

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

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

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

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

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

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

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