Html Css Color HEX #F956D1 Free Speech Magenta

📋 copy color: '#F956D1'

red 249 ◦ green 86 ◦ blue 209

#F956D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #F956D1

Tints of Free Speech Magenta #F956D1

RGB

 RED value IS 249 (97.66% from 255) = 45.77%

 GREEN value IS 86 (33.98% from 255) = 15.81%

 BLUE value IS 209 (82.03% from 255) = 38.42%

R = 45.77%
G = 15.81%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F956D1 (or 0xF956D1) is known color: Free Speech Magenta. HEX triplet: F9, 56 and D1. RGB value is (249,86,209). Sum of RGB (Red+Green+Blue) = 249+86+209=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F956D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956D1 is #06A92E. Grayscale: #949494. Windows color (decimal): -436527 or 13719289. OLE color: 13719289.

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

Color convert

RGB 249 86 209 -
CMYK 0 0.65 0.16 0.02
HSL 314.72º 0.93% 0.66% -
HSV(B) 314.72º 0.65% 0.98% -
XYZ 53.9 31.4 63.54 -
YUV 148.76 162 199.5 -
System Red Green Blue C M Y K H S L
Decimal 249 86 209 0 0.65 0.16 0.02 314.72 0.93 0.66
Hex F9 56 D1 0 41 10 2 13B 5D 42
Octal 371 126 321 0 101 20 2 473 135 102
Binary 11111001 1010110 11010001 0 1000001 10000 10 100111011 1011101 1000010

Color Harmonies of #F956D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F956D1

Black with #F956D1

Text Example


Text Example

White with #F956D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F956D1; }

 p { color: rgb(249,86,209); }

 H1.HeaderClassName
 {
   color: #F956D1;
 }
 .AnyTagClassName
 {
   color: #F956D1;
 }
</style>

background-color css

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

 a { background-color: rgb(249,86,209); }

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

border-color css

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

 span { border-color: rgb(249,86,209); }

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