Html Css Color HEX #FC51D9 Free Speech Magenta

📋 copy color: '#FC51D9'

red 252 ◦ green 81 ◦ blue 217

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

Shades of Free Speech Magenta #FC51D9

Tints of Free Speech Magenta #FC51D9

RGB

 RED value IS 252 (98.83% from 255) = 45.82%

 GREEN value IS 81 (32.03% from 255) = 14.73%

 BLUE value IS 217 (85.16% from 255) = 39.45%

R = 45.82%
G = 14.73%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC51D9 (or 0xFC51D9) is known color: Free Speech Magenta. HEX triplet: FC, 51 and D9. RGB value is (252,81,217). Sum of RGB (Red+Green+Blue) = 252+81+217=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 81 (32.03% from 255 or 14.73% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51D9 is #03AE26. Grayscale: #939393. Windows color (decimal): -241191 or 14242300. OLE color: 14242300.

HSL color Cylindrical-coordinate representation of color #FC51D9: hue angle of 312.28º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51D9 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 81 217 -
CMYK 0 0.68 0.14 0.01
HSL 312.28º 0.97% 0.65% -
HSV(B) 312.28º 0.68% 0.99% -
XYZ 55.61 31.59 68.81 -
YUV 147.63 167.15 202.44 -
System Red Green Blue C M Y K H S L
Decimal 252 81 217 0 0.68 0.14 0.01 312.28 0.97 0.65
Hex FC 51 D9 0 44 E 1 138 61 41
Octal 374 121 331 0 104 16 1 470 141 101
Binary 11111100 1010001 11011001 0 1000100 1110 1 100111000 1100001 1000001

Color Harmonies of #FC51D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51D9

Black with #FC51D9

Text Example


Text Example

White with #FC51D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51D9; }

 p { color: rgb(252,81,217); }

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

background-color css

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

 a { background-color: rgb(252,81,217); }

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

border-color css

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

 span { border-color: rgb(252,81,217); }

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