Html Css Color HEX #FC50E5 Free Speech Magenta

📋 copy color: '#FC50E5'

red 252 ◦ green 80 ◦ blue 229

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

Shades of Free Speech Magenta #FC50E5

Tints of Free Speech Magenta #FC50E5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.26%

 BLUE value IS 229 (89.84% from 255) = 40.82%

R = 44.92%
G = 14.26%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC50E5 (or 0xFC50E5) is known color: Free Speech Magenta. HEX triplet: FC, 50 and E5. RGB value is (252,80,229). Sum of RGB (Red+Green+Blue) = 252+80+229=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 80 (31.64% from 255 or 14.26% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50E5 is #03AF1A. Grayscale: #939393. Windows color (decimal): -241435 or 15028476. OLE color: 15028476.

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

Color convert

RGB 252 80 229 -
CMYK 0 0.68 0.09 0.01
HSL 308.02º 0.97% 0.65% -
HSV(B) 308.02º 0.68% 0.99% -
XYZ 57.16 32.09 77.31 -
YUV 148.41 173.48 201.88 -
System Red Green Blue C M Y K H S L
Decimal 252 80 229 0 0.68 0.09 0.01 308.02 0.97 0.65
Hex FC 50 E5 0 44 9 1 134 61 41
Octal 374 120 345 0 104 11 1 464 141 101
Binary 11111100 1010000 11100101 0 1000100 1001 1 100110100 1100001 1000001

Color Harmonies of #FC50E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50E5

Black with #FC50E5

Text Example


Text Example

White with #FC50E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50E5; }

 p { color: rgb(252,80,229); }

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

background-color css

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

 a { background-color: rgb(252,80,229); }

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

border-color css

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

 span { border-color: rgb(252,80,229); }

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