#F15AD7

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

Shades of Free Speech Magenta #F15AD7

Tints of Free Speech Magenta #F15AD7

Color information

#F15AD7 (or 0xF15AD7) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5A and D7. RGB value is (241,90,215). Sum of RGB (Red+Green+Blue) = 241+90+215=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15AD7 is #0EA528. Grayscale: #959595. Windows color (decimal): -959785 or 14113521. OLE color: 14113521.

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

Color convert

RGB24190215-
CMYK00.630.110.05
HSL310.33º84.36%64.9%-
HSV(B)310.33º62.66%94.51%-
XYZ52.230.9267.51-
YUV149.4165.03193.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 90 (35.55% from 255) = 16.48%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=44.14%
G=16.48%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419021500.630.110.05310.3384.3664.9
HexF15AD703FB51365441
Octal361132327077135466124101
Binary111100011011010110101110111111101110110011011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15AD7; }

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

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

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

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

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

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

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

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