Html Css Color HEX #FC53E8 Free Speech Magenta

📋 copy color: '#FC53E8'

red 252 ◦ green 83 ◦ blue 232

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

Shades of Free Speech Magenta #FC53E8

Tints of Free Speech Magenta #FC53E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.92%

R = 44.44%
G = 14.64%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC53E8 (or 0xFC53E8) is known color: Free Speech Magenta. HEX triplet: FC, 53 and E8. RGB value is (252,83,232). Sum of RGB (Red+Green+Blue) = 252+83+232=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 83 (32.81% from 255 or 14.64% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC53E8 is #03AC17. Grayscale: #969696. Windows color (decimal): -240664 or 15225852. OLE color: 15225852.

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

Color convert

RGB 252 83 232 -
CMYK 0 0.67 0.08 0.01
HSL 307.1º 0.97% 0.66% -
HSV(B) 307.1º 0.67% 0.99% -
XYZ 57.8 32.71 79.61 -
YUV 150.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 252 83 232 0 0.67 0.08 0.01 307.1 0.97 0.66
Hex FC 53 E8 0 43 8 1 133 61 42
Octal 374 123 350 0 103 10 1 463 141 102
Binary 11111100 1010011 11101000 0 1000011 1000 1 100110011 1100001 1000010

Color Harmonies of #FC53E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53E8

Black with #FC53E8

Text Example


Text Example

White with #FC53E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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