Html Css Color HEX #FC51E3 Free Speech Magenta

📋 copy color: '#FC51E3'

red 252 ◦ green 81 ◦ blue 227

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

Shades of Free Speech Magenta #FC51E3

Tints of Free Speech Magenta #FC51E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.54%

R = 45%
G = 14.46%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC51E3 (or 0xFC51E3) is known color: Free Speech Magenta. HEX triplet: FC, 51 and E3. RGB value is (252,81,227). Sum of RGB (Red+Green+Blue) = 252+81+227=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 81 (32.03% from 255 or 14.46% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51E3 is #03AE1C. Grayscale: #949494. Windows color (decimal): -241181 or 14897660. OLE color: 14897660.

HSL color Cylindrical-coordinate representation of color #FC51E3: hue angle of 308.77º 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 #FC51E3 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 81 227 -
CMYK 0 0.68 0.10 0.01
HSL 308.77º 0.97% 0.65% -
HSV(B) 308.77º 0.68% 0.99% -
XYZ 56.95 32.13 75.87 -
YUV 148.77 172.15 201.63 -
System Red Green Blue C M Y K H S L
Decimal 252 81 227 0 0.68 0.10 0.01 308.77 0.97 0.65
Hex FC 51 E3 0 44 A 1 135 61 41
Octal 374 121 343 0 104 12 1 465 141 101
Binary 11111100 1010001 11100011 0 1000100 1010 1 100110101 1100001 1000001

Color Harmonies of #FC51E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51E3

Black with #FC51E3

Text Example


Text Example

White with #FC51E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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