Html Css Color HEX #FC53D4 Free Speech Magenta

📋 copy color: '#FC53D4'

red 252 ◦ green 83 ◦ blue 212

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

Shades of Free Speech Magenta #FC53D4

Tints of Free Speech Magenta #FC53D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 46.07%
G = 15.17%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC53D4 (or 0xFC53D4) is known color: Free Speech Magenta. HEX triplet: FC, 53 and D4. RGB value is (252,83,212). Sum of RGB (Red+Green+Blue) = 252+83+212=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53D4 is #03AC2B. Grayscale: #939393. Windows color (decimal): -240684 or 13915132. OLE color: 13915132.

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

Color convert

RGB 252 83 212 -
CMYK 0 0.67 0.16 0.01
HSL 314.2º 0.97% 0.66% -
HSV(B) 314.2º 0.67% 0.99% -
XYZ 55.12 31.64 65.49 -
YUV 148.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 252 83 212 0 0.67 0.16 0.01 314.2 0.97 0.66
Hex FC 53 D4 0 43 10 1 13A 61 42
Octal 374 123 324 0 103 20 1 472 141 102
Binary 11111100 1010011 11010100 0 1000011 10000 1 100111010 1100001 1000010

Color Harmonies of #FC53D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53D4

Black with #FC53D4

Text Example


Text Example

White with #FC53D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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