#F15AD9

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

Shades of Free Speech Magenta #F15AD9

Tints of Free Speech Magenta #F15AD9

Color information

#F15AD9 (or 0xF15AD9) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5A and D9. RGB value is (241,90,217). Sum of RGB (Red+Green+Blue) = 241+90+217=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15AD9 is #0EA526. Grayscale: #959595. Windows color (decimal): -959783 or 14244593. OLE color: 14244593.

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

Color convert

RGB24190217-
CMYK00.630.100.05
HSL309.54º84.36%64.9%-
HSV(B)309.54º62.66%94.51%-
XYZ52.4631.0268.87-
YUV149.63166.03193.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 90 (35.55% from 255) = 16.42%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=43.98%
G=16.42%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419021700.630.100.05309.5484.3664.9
HexF15AD903FA51365441
Octal361132331077125466124101
Binary111100011011010110110010111111101010110011011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15AD9; }

 p { color: rgb(241,90,217); }

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

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

 a { background-color: rgb(241,90,217); }

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

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

 span { border-color: rgb(241,90,217); }

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