Html Css Color HEX #FC52E2 Free Speech Magenta

📋 copy color: '#FC52E2'

red 252 ◦ green 82 ◦ blue 226

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

Shades of Free Speech Magenta #FC52E2

Tints of Free Speech Magenta #FC52E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.36%

R = 45%
G = 14.64%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC52E2 (or 0xFC52E2) is known color: Free Speech Magenta. HEX triplet: FC, 52 and E2. RGB value is (252,82,226). Sum of RGB (Red+Green+Blue) = 252+82+226=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 82 (32.42% from 255 or 14.64% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52E2 is #03AD1D. Grayscale: #949494. Windows color (decimal): -240926 or 14832380. OLE color: 14832380.

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

Color convert

RGB 252 82 226 -
CMYK 0 0.67 0.10 0.01
HSL 309.18º 0.97% 0.65% -
HSV(B) 309.18º 0.67% 0.99% -
XYZ 56.89 32.22 75.17 -
YUV 149.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 252 82 226 0 0.67 0.10 0.01 309.18 0.97 0.65
Hex FC 52 E2 0 43 A 1 135 61 41
Octal 374 122 342 0 103 12 1 465 141 101
Binary 11111100 1010010 11100010 0 1000011 1010 1 100110101 1100001 1000001

Color Harmonies of #FC52E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52E2

Black with #FC52E2

Text Example


Text Example

White with #FC52E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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