#F956DF

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

Shades of Free Speech Magenta #F956DF

Tints of Free Speech Magenta #F956DF

Color information

#F956DF (or 0xF956DF) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 56 and DF. RGB value is (249,86,223). Sum of RGB (Red+Green+Blue) = 249+86+223=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 86 (33.98% from 255 or 15.41% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F956DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956DF is #06A920. Grayscale: #959595. Windows color (decimal): -436513 or 14636793. OLE color: 14636793.

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

Color convert

RGB24986223-
CMYK00.650.100.02
HSL309.57º93.14%65.69%-
HSV(B)309.57º65.46%97.65%-
XYZ55.7132.1273.08-
YUV150.35169198.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.62%
GREEN value IS 86 (33.98% from 255) = 15.41%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=44.62%
G=15.41%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498622300.650.100.02309.5793.1465.69
HexF956DF041A21365d42
Octal3711263370101122466135102
Binary111110011010110110111110100000110101010011011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F956DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F956DF; }

 p { color: rgb(249,86,223); }

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

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

 a { background-color: rgb(249,86,223); }

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

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

 span { border-color: rgb(249,86,223); }

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