#F959DC

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

Shades of Free Speech Magenta #F959DC

Tints of Free Speech Magenta #F959DC

Color information

#F959DC (or 0xF959DC) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 59 and DC. RGB value is (249,89,220). Sum of RGB (Red+Green+Blue) = 249+89+220=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 89 (35.16% from 255 or 15.95% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F959DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959DC is #06A623. Grayscale: #979797. Windows color (decimal): -435748 or 14440953. OLE color: 14440953.

HSL color Cylindrical-coordinate representation of color #F959DC: hue angle of 310.88º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959DC is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB24989220-
CMYK00.640.120.02
HSL310.88º93.02%66.27%-
HSV(B)310.88º64.26%97.65%-
XYZ55.5632.4571.05-
YUV151.77166.51197.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.62%
GREEN value IS 89 (35.16% from 255) = 15.95%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=44.62%
G=15.95%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498922000.640.120.02310.8893.0266.27
HexF959DC040C21375d42
Octal3711313340100142467135102
Binary111110011011001110111000100000011001010011011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F959DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F959DC; }

 p { color: rgb(249,89,220); }

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

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

 a { background-color: rgb(249,89,220); }

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

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

 span { border-color: rgb(249,89,220); }

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