#F159D8

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

Shades of Free Speech Magenta #F159D8

Tints of Free Speech Magenta #F159D8

Color information

#F159D8 (or 0xF159D8) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 59 and D8. RGB value is (241,89,216). Sum of RGB (Red+Green+Blue) = 241+89+216=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F159D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159D8 is #0EA627. Grayscale: #949494. Windows color (decimal): -960040 or 14178801. OLE color: 14178801.

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

Color convert

RGB24189216-
CMYK00.630.100.05
HSL309.87º84.44%64.71%-
HSV(B)309.87º63.07%94.51%-
XYZ52.2430.868.16-
YUV148.93165.86193.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 89 (35.16% from 255) = 16.30%
BLUE value IS 216 (84.77% from 255) = 39.56%
R=44.14%
G=16.30%
B=39.56%

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
Decimal2418921600.630.100.05309.8784.4464.71
HexF159D803FA51365441
Octal361131330077125466124101
Binary111100011011001110110000111111101010110011011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F159D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F159D8; }

 p { color: rgb(241,89,216); }

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

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

 a { background-color: rgb(241,89,216); }

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

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

 span { border-color: rgb(241,89,216); }

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