#F15EA1

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

Shades of Brilliant Rose #F15EA1

Tints of Brilliant Rose #F15EA1

Color information

#F15EA1 (or 0xF15EA1) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5E and A1. RGB value is (241,94,161). Sum of RGB (Red+Green+Blue) = 241+94+161=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15EA1 is #0EA15E. Grayscale: #919191. Windows color (decimal): -958815 or 10575601. OLE color: 10575601.

HSL color Cylindrical-coordinate representation of color #F15EA1: hue angle of 332.65º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15EA1 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24194161-
CMYK00.610.330.05
HSL332.65º84%65.69%-
HSV(B)332.65º61%94.51%-
XYZ46.7129.2836.91-
YUV145.59136.7196.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 94 (37.11% from 255) = 18.95%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=48.59%
G=18.95%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419416100.610.330.05332.658465.69
HexF15EA103D21514d5442
Octal361136241075415515124102
Binary11110001101111010100001011110110000110110100110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15EA1; }

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

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

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

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

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

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

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

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