#F15DE9

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

Shades of Free Speech Magenta #F15DE9

Tints of Free Speech Magenta #F15DE9

Color information

#F15DE9 (or 0xF15DE9) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5D and E9. RGB value is (241,93,233). Sum of RGB (Red+Green+Blue) = 241+93+233=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15DE9 is #0EA216. Grayscale: #989898. Windows color (decimal): -958999 or 15293937. OLE color: 15293937.

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

Color convert

RGB24193233-
CMYK00.610.030.05
HSL303.24º84.09%65.49%-
HSV(B)303.24º61.41%94.51%-
XYZ54.932.4180.45-
YUV153.21173.03190.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 93 (36.72% from 255) = 16.40%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=42.50%
G=16.40%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419323300.610.030.05303.2484.0965.49
HexF15DE903D3512f5441
Octal36113535107535457124101
Binary1111000110111011110100101111011110110010111110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15DE9; }

 p { color: rgb(241,93,233); }

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

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

 a { background-color: rgb(241,93,233); }

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

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

 span { border-color: rgb(241,93,233); }

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