#F160A4

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

Shades of Brilliant Rose #F160A4

Tints of Brilliant Rose #F160A4

Color information

#F160A4 (or 0xF160A4) is unknown color: approx Brilliant Rose. HEX triplet: F1, 60 and A4. RGB value is (241,96,164). Sum of RGB (Red+Green+Blue) = 241+96+164=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F160A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F160A4 is #0E9F5B. Grayscale: #929292. Windows color (decimal): -958300 or 10772721. OLE color: 10772721.

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

Color convert

RGB24196164-
CMYK00.600.320.05
HSL331.86º83.82%66.08%-
HSV(B)331.86º60.17%94.51%-
XYZ47.1629.7538.38-
YUV147.11137.54194.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 96 (37.89% from 255) = 19.16%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=48.10%
G=19.16%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419616400.600.320.05331.8683.8266.08
HexF160A403C20514c5442
Octal361140244074405514124102
Binary11110001110000010100100011110010000010110100110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160A4; }

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

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

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

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

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

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

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

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