Html Css Color HEX #FC5FE0 Free Speech Magenta

📋 copy color: '#FC5FE0'

red 252 ◦ green 95 ◦ blue 224

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

Shades of Free Speech Magenta #FC5FE0

Tints of Free Speech Magenta #FC5FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.64%

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

R = 44.13%
G = 16.64%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC5FE0 (or 0xFC5FE0) is known color: Free Speech Magenta. HEX triplet: FC, 5F and E0. RGB value is (252,95,224). Sum of RGB (Red+Green+Blue) = 252+95+224=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 95 (37.5% from 255 or 16.64% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FE0 is #03A01F. Grayscale: #9C9C9C. Windows color (decimal): -237600 or 14704636. OLE color: 14704636.

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

Color convert

RGB 252 95 224 -
CMYK 0 0.62 0.11 0.01
HSL 310.7º 0.96% 0.68% -
HSV(B) 310.7º 0.62% 0.99% -
XYZ 57.69 34.26 74.09 -
YUV 156.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 252 95 224 0 0.62 0.11 0.01 310.7 0.96 0.68
Hex FC 5F E0 0 3E B 1 137 60 44
Octal 374 137 340 0 76 13 1 467 140 104
Binary 11111100 1011111 11100000 0 111110 1011 1 100110111 1100000 1000100

Color Harmonies of #FC5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FE0

Black with #FC5FE0

Text Example


Text Example

White with #FC5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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