Html Css Color HEX #F956D0 Free Speech Magenta

📋 copy color: '#F956D0'

red 249 ◦ green 86 ◦ blue 208

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

Shades of Free Speech Magenta #F956D0

Tints of Free Speech Magenta #F956D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 45.86%
G = 15.84%
B = 38.31%

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

#F956D0 (or 0xF956D0) is known color: Free Speech Magenta. HEX triplet: F9, 56 and D0. RGB value is (249,86,208). Sum of RGB (Red+Green+Blue) = 249+86+208=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 86 (33.98% from 255 or 15.84% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F956D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956D0 is #06A92F. Grayscale: #949494. Windows color (decimal): -436528 or 13653753. OLE color: 13653753.

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

Color convert

RGB 249 86 208 -
CMYK 0 0.65 0.16 0.02
HSL 315.09º 0.93% 0.66% -
HSV(B) 315.09º 0.65% 0.98% -
XYZ 53.78 31.35 62.89 -
YUV 148.65 161.5 199.58 -
System Red Green Blue C M Y K H S L
Decimal 249 86 208 0 0.65 0.16 0.02 315.09 0.93 0.66
Hex F9 56 D0 0 41 10 2 13B 5D 42
Octal 371 126 320 0 101 20 2 473 135 102
Binary 11111001 1010110 11010000 0 1000001 10000 10 100111011 1011101 1000010

Color Harmonies of #F956D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F956D0

Black with #F956D0

Text Example


Text Example

White with #F956D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F956D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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