Html Css Color HEX #FC50DD Free Speech Magenta

📋 copy color: '#FC50DD'

red 252 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #FC50DD

Tints of Free Speech Magenta #FC50DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 45.57%
G = 14.47%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC50DD (or 0xFC50DD) is known color: Free Speech Magenta. HEX triplet: FC, 50 and DD. RGB value is (252,80,221). Sum of RGB (Red+Green+Blue) = 252+80+221=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 80 (31.64% from 255 or 14.47% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50DD is #03AF22. Grayscale: #939393. Windows color (decimal): -241443 or 14504188. OLE color: 14504188.

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

Color convert

RGB 252 80 221 -
CMYK 0 0.68 0.12 0.01
HSL 310.81º 0.97% 0.65% -
HSV(B) 310.81º 0.68% 0.99% -
XYZ 56.06 31.65 71.56 -
YUV 147.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 252 80 221 0 0.68 0.12 0.01 310.81 0.97 0.65
Hex FC 50 DD 0 44 C 1 137 61 41
Octal 374 120 335 0 104 14 1 467 141 101
Binary 11111100 1010000 11011101 0 1000100 1100 1 100110111 1100001 1000001

Color Harmonies of #FC50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50DD

Black with #FC50DD

Text Example


Text Example

White with #FC50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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