#F161A6

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

Shades of Brilliant Rose #F161A6

Tints of Brilliant Rose #F161A6

Color information

#F161A6 (or 0xF161A6) is unknown color: approx Brilliant Rose. HEX triplet: F1, 61 and A6. RGB value is (241,97,166). Sum of RGB (Red+Green+Blue) = 241+97+166=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F161A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F161A6 is #0E9E59. Grayscale: #939393. Windows color (decimal): -958042 or 10904049. OLE color: 10904049.

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

Color convert

RGB24197166-
CMYK00.600.310.05
HSL331.25º83.72%66.27%-
HSV(B)331.25º59.75%94.51%-
XYZ47.433039.37-
YUV147.92138.21194.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 166 (65.23% from 255) = 32.94%
R=47.82%
G=19.25%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419716600.600.310.05331.2583.7266.27
HexF161A603C1F514b5442
Octal361141246074375513124102
Binary1111000111000011010011001111001111110110100101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F161A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F161A6; }

 p { color: rgb(241,97,166); }

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

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

 a { background-color: rgb(241,97,166); }

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

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

 span { border-color: rgb(241,97,166); }

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