#F955D7

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

Shades of Free Speech Magenta #F955D7

Tints of Free Speech Magenta #F955D7

Color information

#F955D7 (or 0xF955D7) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 55 and D7. RGB value is (249,85,215). Sum of RGB (Red+Green+Blue) = 249+85+215=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F955D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F955D7 is #06AA28. Grayscale: #949494. Windows color (decimal): -436777 or 14112249. OLE color: 14112249.

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

Color convert

RGB24985215-
CMYK00.660.140.02
HSL312.44º93.18%65.49%-
HSV(B)312.44º65.86%97.65%-
XYZ54.5831.5467.5-
YUV148.86165.33199.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.36%
GREEN value IS 85 (33.59% from 255) = 15.48%
BLUE value IS 215 (84.38% from 255) = 39.16%
R=45.36%
G=15.48%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498521500.660.140.02312.4493.1865.49
HexF955D7042E21385d41
Octal3711253270102162470135101
Binary111110011010101110101110100001011101010011100010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F955D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F955D7; }

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

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

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

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

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

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

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

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