#F15EE5

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

Shades of Free Speech Magenta #F15EE5

Tints of Free Speech Magenta #F15EE5

Color information

#F15EE5 (or 0xF15EE5) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5E and E5. RGB value is (241,94,229). Sum of RGB (Red+Green+Blue) = 241+94+229=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EE5 is #0EA11A. Grayscale: #989898. Windows color (decimal): -958747 or 15032049. OLE color: 15032049.

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

Color convert

RGB24194229-
CMYK00.610.050.05
HSL304.9º84%65.69%-
HSV(B)304.9º61%94.51%-
XYZ54.4232.3677.51-
YUV153.34170.7190.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 94 (37.11% from 255) = 16.67%
BLUE value IS 229 (89.84% from 255) = 40.60%
R=42.73%
G=16.67%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419422900.610.050.05304.98465.69
HexF15EE503D551315442
Octal36113634507555461124102
Binary11110001101111011100101011110110110110011000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15EE5; }

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

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

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

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

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

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

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

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