Html Css Color HEX #FC53D3 Free Speech Magenta

📋 copy color: '#FC53D3'

red 252 ◦ green 83 ◦ blue 211

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

Shades of Free Speech Magenta #FC53D3

Tints of Free Speech Magenta #FC53D3

RGB

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

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

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

R = 46.15%
G = 15.2%
B = 38.64%

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

#FC53D3 (or 0xFC53D3) is known color: Free Speech Magenta. HEX triplet: FC, 53 and D3. RGB value is (252,83,211). Sum of RGB (Red+Green+Blue) = 252+83+211=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 83 (32.81% from 255 or 15.20% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53D3 is #03AC2C. Grayscale: #939393. Windows color (decimal): -240685 or 13849596. OLE color: 13849596.

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

Color convert

RGB 252 83 211 -
CMYK 0 0.67 0.16 0.01
HSL 314.56º 0.97% 0.66% -
HSV(B) 314.56º 0.67% 0.99% -
XYZ 55 31.59 64.83 -
YUV 148.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 252 83 211 0 0.67 0.16 0.01 314.56 0.97 0.66
Hex FC 53 D3 0 43 10 1 13B 61 42
Octal 374 123 323 0 103 20 1 473 141 102
Binary 11111100 1010011 11010011 0 1000011 10000 1 100111011 1100001 1000010

Color Harmonies of #FC53D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53D3

Black with #FC53D3

Text Example


Text Example

White with #FC53D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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