Html Css Color HEX #FC50D5 Free Speech Magenta

📋 copy color: '#FC50D5'

red 252 ◦ green 80 ◦ blue 213

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

Shades of Free Speech Magenta #FC50D5

Tints of Free Speech Magenta #FC50D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 46.24%
G = 14.68%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC50D5 (or 0xFC50D5) is known color: Free Speech Magenta. HEX triplet: FC, 50 and D5. RGB value is (252,80,213). Sum of RGB (Red+Green+Blue) = 252+80+213=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50D5 is #03AF2A. Grayscale: #929292. Windows color (decimal): -241451 or 13979900. OLE color: 13979900.

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

Color convert

RGB 252 80 213 -
CMYK 0 0.68 0.15 0.01
HSL 313.6º 0.97% 0.65% -
HSV(B) 313.6º 0.68% 0.99% -
XYZ 55.02 31.24 66.08 -
YUV 146.59 165.48 203.19 -
System Red Green Blue C M Y K H S L
Decimal 252 80 213 0 0.68 0.15 0.01 313.6 0.97 0.65
Hex FC 50 D5 0 44 F 1 13A 61 41
Octal 374 120 325 0 104 17 1 472 141 101
Binary 11111100 1010000 11010101 0 1000100 1111 1 100111010 1100001 1000001

Color Harmonies of #FC50D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50D5

Black with #FC50D5

Text Example


Text Example

White with #FC50D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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