Html Css Color HEX #FC51D3 Free Speech Magenta

📋 copy color: '#FC51D3'

red 252 ◦ green 81 ◦ blue 211

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

Shades of Free Speech Magenta #FC51D3

Tints of Free Speech Magenta #FC51D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 46.32%
G = 14.89%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC51D3 (or 0xFC51D3) is known color: Free Speech Magenta. HEX triplet: FC, 51 and D3. RGB value is (252,81,211). Sum of RGB (Red+Green+Blue) = 252+81+211=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 81 (32.03% from 255 or 14.89% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51D3 is #03AE2C. Grayscale: #929292. Windows color (decimal): -241197 or 13849084. OLE color: 13849084.

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

Color convert

RGB 252 81 211 -
CMYK 0 0.68 0.16 0.01
HSL 314.39º 0.97% 0.65% -
HSV(B) 314.39º 0.68% 0.99% -
XYZ 54.85 31.28 64.78 -
YUV 146.95 164.15 202.93 -
System Red Green Blue C M Y K H S L
Decimal 252 81 211 0 0.68 0.16 0.01 314.39 0.97 0.65
Hex FC 51 D3 0 44 10 1 13A 61 41
Octal 374 121 323 0 104 20 1 472 141 101
Binary 11111100 1010001 11010011 0 1000100 10000 1 100111010 1100001 1000001

Color Harmonies of #FC51D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51D3

Black with #FC51D3

Text Example


Text Example

White with #FC51D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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