#F958D8

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

Shades of Free Speech Magenta #F958D8

Tints of Free Speech Magenta #F958D8

Color information

#F958D8 (or 0xF958D8) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 58 and D8. RGB value is (249,88,216). Sum of RGB (Red+Green+Blue) = 249+88+216=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F958D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958D8 is #06A727. Grayscale: #969696. Windows color (decimal): -436008 or 14178553. OLE color: 14178553.

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

Color convert

RGB24988216-
CMYK00.650.130.02
HSL312.3º93.06%66.08%-
HSV(B)312.3º64.66%97.65%-
XYZ54.9532.0868.26-
YUV150.73164.84198.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.03%
GREEN value IS 88 (34.77% from 255) = 15.91%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=45.03%
G=15.91%
B=39.06%

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
Decimal2498821600.650.130.02312.393.0666.08
HexF958D8041D21385d42
Octal3711303300101152470135102
Binary111110011011000110110000100000111011010011100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F958D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F958D8; }

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

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

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

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

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

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

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

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