Html Css Color HEX #FC51DF Free Speech Magenta

📋 copy color: '#FC51DF'

red 252 ◦ green 81 ◦ blue 223

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

Shades of Free Speech Magenta #FC51DF

Tints of Free Speech Magenta #FC51DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 45.32%
G = 14.57%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC51DF (or 0xFC51DF) is known color: Free Speech Magenta. HEX triplet: FC, 51 and DF. RGB value is (252,81,223). Sum of RGB (Red+Green+Blue) = 252+81+223=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 81 (32.03% from 255 or 14.57% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51DF is #03AE20. Grayscale: #939393. Windows color (decimal): -241185 or 14635516. OLE color: 14635516.

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

Color convert

RGB 252 81 223 -
CMYK 0 0.68 0.12 0.01
HSL 310.18º 0.97% 0.65% -
HSV(B) 310.18º 0.68% 0.99% -
XYZ 56.41 31.91 73 -
YUV 148.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 252 81 223 0 0.68 0.12 0.01 310.18 0.97 0.65
Hex FC 51 DF 0 44 C 1 136 61 41
Octal 374 121 337 0 104 14 1 466 141 101
Binary 11111100 1010001 11011111 0 1000100 1100 1 100110110 1100001 1000001

Color Harmonies of #FC51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51DF

Black with #FC51DF

Text Example


Text Example

White with #FC51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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