Html Css Color HEX #FC53D8 Free Speech Magenta

📋 copy color: '#FC53D8'

red 252 ◦ green 83 ◦ blue 216

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

Shades of Free Speech Magenta #FC53D8

Tints of Free Speech Magenta #FC53D8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.06%

 BLUE value IS 216 (84.77% from 255) = 39.2%

R = 45.74%
G = 15.06%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC53D8 (or 0xFC53D8) is known color: Free Speech Magenta. HEX triplet: FC, 53 and D8. RGB value is (252,83,216). Sum of RGB (Red+Green+Blue) = 252+83+216=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 83 (32.81% from 255 or 15.06% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53D8 is #03AC27. Grayscale: #949494. Windows color (decimal): -240680 or 14177276. OLE color: 14177276.

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

Color convert

RGB 252 83 216 -
CMYK 0 0.67 0.14 0.01
HSL 312.78º 0.97% 0.66% -
HSV(B) 312.78º 0.67% 0.99% -
XYZ 55.63 31.84 68.18 -
YUV 148.69 165.99 201.69 -
System Red Green Blue C M Y K H S L
Decimal 252 83 216 0 0.67 0.14 0.01 312.78 0.97 0.66
Hex FC 53 D8 0 43 E 1 139 61 42
Octal 374 123 330 0 103 16 1 471 141 102
Binary 11111100 1010011 11011000 0 1000011 1110 1 100111001 1100001 1000010

Color Harmonies of #FC53D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53D8

Black with #FC53D8

Text Example


Text Example

White with #FC53D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53D8; }

 p { color: rgb(252,83,216); }

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

background-color css

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

 a { background-color: rgb(252,83,216); }

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

border-color css

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

 span { border-color: rgb(252,83,216); }

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