#F957D8

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

Shades of Free Speech Magenta #F957D8

Tints of Free Speech Magenta #F957D8

Color information

#F957D8 (or 0xF957D8) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 57 and D8. RGB value is (249,87,216). Sum of RGB (Red+Green+Blue) = 249+87+216=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 87 (34.38% from 255 or 15.76% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F957D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957D8 is #06A827. Grayscale: #959595. Windows color (decimal): -436264 or 14178297. OLE color: 14178297.

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

Color convert

RGB24987216-
CMYK00.650.130.02
HSL312.22º93.1%65.88%-
HSV(B)312.22º65.06%97.65%-
XYZ54.8731.9168.23-
YUV150.14165.17198.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.11%
GREEN value IS 87 (34.38% from 255) = 15.76%
BLUE value IS 216 (84.77% from 255) = 39.13%
R=45.11%
G=15.76%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498721600.650.130.02312.2293.165.88
HexF957D8041D21385d42
Octal3711273300101152470135102
Binary111110011010111110110000100000111011010011100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F957D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F957D8; }

 p { color: rgb(249,87,216); }

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

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

 a { background-color: rgb(249,87,216); }

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

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

 span { border-color: rgb(249,87,216); }

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