Html Css Color HEX #FC52D1 Free Speech Magenta

📋 copy color: '#FC52D1'

red 252 ◦ green 82 ◦ blue 209

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

Shades of Free Speech Magenta #FC52D1

Tints of Free Speech Magenta #FC52D1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.1%

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 46.41%
G = 15.1%
B = 38.49%

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

#FC52D1 (or 0xFC52D1) is known color: Free Speech Magenta. HEX triplet: FC, 52 and D1. RGB value is (252,82,209). Sum of RGB (Red+Green+Blue) = 252+82+209=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52D1 is #03AD2E. Grayscale: #929292. Windows color (decimal): -240943 or 13718268. OLE color: 13718268.

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

Color convert

RGB 252 82 209 -
CMYK 0 0.67 0.17 0.01
HSL 315.18º 0.97% 0.65% -
HSV(B) 315.18º 0.67% 0.99% -
XYZ 54.67 31.33 63.49 -
YUV 147.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 252 82 209 0 0.67 0.17 0.01 315.18 0.97 0.65
Hex FC 52 D1 0 43 11 1 13B 61 41
Octal 374 122 321 0 103 21 1 473 141 101
Binary 11111100 1010010 11010001 0 1000011 10001 1 100111011 1100001 1000001

Color Harmonies of #FC52D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52D1

Black with #FC52D1

Text Example


Text Example

White with #FC52D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52D1; }

 p { color: rgb(252,82,209); }

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

background-color css

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

 a { background-color: rgb(252,82,209); }

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

border-color css

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

 span { border-color: rgb(252,82,209); }

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