Html Css Color HEX #FC53D2 Free Speech Magenta

📋 copy color: '#FC53D2'

red 252 ◦ green 83 ◦ blue 210

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

Shades of Free Speech Magenta #FC53D2

Tints of Free Speech Magenta #FC53D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 46.24%
G = 15.23%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC53D2 (or 0xFC53D2) is known color: Free Speech Magenta. HEX triplet: FC, 53 and D2. RGB value is (252,83,210). Sum of RGB (Red+Green+Blue) = 252+83+210=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53D2 is #03AC2D. Grayscale: #939393. Windows color (decimal): -240686 or 13784060. OLE color: 13784060.

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

Color convert

RGB 252 83 210 -
CMYK 0 0.67 0.17 0.01
HSL 314.91º 0.97% 0.66% -
HSV(B) 314.91º 0.67% 0.99% -
XYZ 54.87 31.54 64.17 -
YUV 148.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 252 83 210 0 0.67 0.17 0.01 314.91 0.97 0.66
Hex FC 53 D2 0 43 11 1 13B 61 42
Octal 374 123 322 0 103 21 1 473 141 102
Binary 11111100 1010011 11010010 0 1000011 10001 1 100111011 1100001 1000010

Color Harmonies of #FC53D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53D2

Black with #FC53D2

Text Example


Text Example

White with #FC53D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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