#f955dc

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

Shades of Free Speech Magenta #F955DC

Tints of Free Speech Magenta #F955DC

Color information

#F955DC (or 0xF955DC) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 55 and DC. RGB value is (249,85,220). Sum of RGB (Red+Green+Blue) = 249+85+220=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F955DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F955DC is #06AA23. Grayscale: #959595. Windows color (decimal): -436772 or 14439929. OLE color: 14439929.

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

Color convert

RGB24985220-
CMYK00.660.120.02
HSL310.61º93.18%65.49%-
HSV(B)310.61º65.86%97.65%-
XYZ55.2331.870.94-
YUV149.43167.83199.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.95%
GREEN value IS 85 (33.59% from 255) = 15.34%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=44.95%
G=15.34%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498522000.660.120.02310.6193.1865.49
HexF955DC042C21375d41
Octal3711253340102142467135101
Binary111110011010101110111000100001011001010011011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f955dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f955dc; }

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

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

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

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

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

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

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

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