#F161A1

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

Shades of Brilliant Rose #F161A1

Tints of Brilliant Rose #F161A1

Color information

#F161A1 (or 0xF161A1) is unknown color: approx Brilliant Rose. HEX triplet: F1, 61 and A1. RGB value is (241,97,161). Sum of RGB (Red+Green+Blue) = 241+97+161=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F161A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F161A1 is #0E9E5E. Grayscale: #939393. Windows color (decimal): -958047 or 10576369. OLE color: 10576369.

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

Color convert

RGB24197161-
CMYK00.600.330.05
HSL333.33º83.72%66.27%-
HSV(B)333.33º59.75%94.51%-
XYZ46.9829.8237-
YUV147.35135.71194.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 97 (38.28% from 255) = 19.44%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=48.30%
G=19.44%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419716100.600.330.05333.3383.7266.27
HexF161A103C21514d5442
Octal361141241074415515124102
Binary11110001110000110100001011110010000110110100110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F161A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F161A1; }

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

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

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

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

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

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

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

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