#F15EE1

Color #F15EE1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F15EE1

Tints of Free Speech Magenta #F15EE1

Color information

#F15EE1 (or 0xF15EE1) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5E and E1. RGB value is (241,94,225). Sum of RGB (Red+Green+Blue) = 241+94+225=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 94 (37.11% from 255 or 16.79% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EE1 is #0EA11E. Grayscale: #989898. Windows color (decimal): -958751 or 14769905. OLE color: 14769905.

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

Color convert

RGB24194225-
CMYK00.610.070.05
HSL306.53º84%65.69%-
HSV(B)306.53º61%94.51%-
XYZ53.8732.1474.6-
YUV152.89168.7190.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 94 (37.11% from 255) = 16.79%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=43.04%
G=16.79%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419422500.610.070.05306.538465.69
HexF15EE103D751335442
Octal36113634107575463124102
Binary11110001101111011100001011110111110110011001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15EE1; }

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

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

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

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

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

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

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

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