Html Css Color HEX #FC50D8 Free Speech Magenta

📋 copy color: '#FC50D8'

red 252 ◦ green 80 ◦ blue 216

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

Shades of Free Speech Magenta #FC50D8

Tints of Free Speech Magenta #FC50D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.42%

R = 45.99%
G = 14.6%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC50D8 (or 0xFC50D8) is known color: Free Speech Magenta. HEX triplet: FC, 50 and D8. RGB value is (252,80,216). Sum of RGB (Red+Green+Blue) = 252+80+216=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50D8 is #03AF27. Grayscale: #929292. Windows color (decimal): -241448 or 14176508. OLE color: 14176508.

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

Color convert

RGB 252 80 216 -
CMYK 0 0.68 0.14 0.01
HSL 312.56º 0.97% 0.65% -
HSV(B) 312.56º 0.68% 0.99% -
XYZ 55.41 31.39 68.1 -
YUV 146.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 252 80 216 0 0.68 0.14 0.01 312.56 0.97 0.65
Hex FC 50 D8 0 44 E 1 139 61 41
Octal 374 120 330 0 104 16 1 471 141 101
Binary 11111100 1010000 11011000 0 1000100 1110 1 100111001 1100001 1000001

Color Harmonies of #FC50D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50D8

Black with #FC50D8

Text Example


Text Example

White with #FC50D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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