#F958D9

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

Shades of Free Speech Magenta #F958D9

Tints of Free Speech Magenta #F958D9

Color information

#F958D9 (or 0xF958D9) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 58 and D9. RGB value is (249,88,217). Sum of RGB (Red+Green+Blue) = 249+88+217=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 88 (34.77% from 255 or 15.88% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F958D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958D9 is #06A726. Grayscale: #969696. Windows color (decimal): -436007 or 14244089. OLE color: 14244089.

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

Color convert

RGB24988217-
CMYK00.650.130.02
HSL311.93º93.06%66.08%-
HSV(B)311.93º64.66%97.65%-
XYZ55.0832.1368.94-
YUV150.84165.34198.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.95%
GREEN value IS 88 (34.77% from 255) = 15.88%
BLUE value IS 217 (85.16% from 255) = 39.17%
R=44.95%
G=15.88%
B=39.17%

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
Decimal2498821700.650.130.02311.9393.0666.08
HexF958D9041D21385d42
Octal3711303310101152470135102
Binary111110011011000110110010100000111011010011100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F958D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F958D9; }

 p { color: rgb(249,88,217); }

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

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

 a { background-color: rgb(249,88,217); }

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

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

 span { border-color: rgb(249,88,217); }

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