#F956DE

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

Shades of Free Speech Magenta #F956DE

Tints of Free Speech Magenta #F956DE

Color information

#F956DE (or 0xF956DE) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 56 and DE. RGB value is (249,86,222). Sum of RGB (Red+Green+Blue) = 249+86+222=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 86 (33.98% from 255 or 15.44% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F956DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956DE is #06A921. Grayscale: #959595. Windows color (decimal): -436514 or 14571257. OLE color: 14571257.

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

Color convert

RGB24986222-
CMYK00.650.110.02
HSL309.94º93.14%65.69%-
HSV(B)309.94º65.46%97.65%-
XYZ55.5832.0772.37-
YUV150.24168.5198.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.70%
GREEN value IS 86 (33.98% from 255) = 15.44%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=44.70%
G=15.44%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498622200.650.110.02309.9493.1465.69
HexF956DE041B21365d42
Octal3711263360101132466135102
Binary111110011010110110111100100000110111010011011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F956DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F956DE; }

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

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

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

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

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

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

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

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