Html Css Color HEX #FC5CE0 Free Speech Magenta

📋 copy color: '#FC5CE0'

red 252 ◦ green 92 ◦ blue 224

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

Shades of Free Speech Magenta #FC5CE0

Tints of Free Speech Magenta #FC5CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.2%

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 44.37%
G = 16.2%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC5CE0 (or 0xFC5CE0) is known color: Free Speech Magenta. HEX triplet: FC, 5C and E0. RGB value is (252,92,224). Sum of RGB (Red+Green+Blue) = 252+92+224=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 92 (36.33% from 255 or 16.20% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CE0 is #03A31F. Grayscale: #9A9A9A. Windows color (decimal): -238368 or 14703868. OLE color: 14703868.

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

Color convert

RGB 252 92 224 -
CMYK 0 0.63 0.11 0.01
HSL 310.5º 0.96% 0.67% -
HSV(B) 310.5º 0.63% 0.99% -
XYZ 57.43 33.73 74.01 -
YUV 154.89 167.01 197.27 -
System Red Green Blue C M Y K H S L
Decimal 252 92 224 0 0.63 0.11 0.01 310.5 0.96 0.67
Hex FC 5C E0 0 3F B 1 136 60 43
Octal 374 134 340 0 77 13 1 466 140 103
Binary 11111100 1011100 11100000 0 111111 1011 1 100110110 1100000 1000011

Color Harmonies of #FC5CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CE0

Black with #FC5CE0

Text Example


Text Example

White with #FC5CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CE0; }

 p { color: rgb(252,92,224); }

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

background-color css

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

 a { background-color: rgb(252,92,224); }

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

border-color css

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

 span { border-color: rgb(252,92,224); }

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