Html Css Color HEX #FC50D6 Free Speech Magenta

📋 copy color: '#FC50D6'

red 252 ◦ green 80 ◦ blue 214

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

Shades of Free Speech Magenta #FC50D6

Tints of Free Speech Magenta #FC50D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.19%

R = 46.15%
G = 14.65%
B = 39.19%

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

#FC50D6 (or 0xFC50D6) is known color: Free Speech Magenta. HEX triplet: FC, 50 and D6. RGB value is (252,80,214). Sum of RGB (Red+Green+Blue) = 252+80+214=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50D6 is #03AF29. Grayscale: #929292. Windows color (decimal): -241450 or 14045436. OLE color: 14045436.

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

Color convert

RGB 252 80 214 -
CMYK 0 0.68 0.15 0.01
HSL 313.26º 0.97% 0.65% -
HSV(B) 313.26º 0.68% 0.99% -
XYZ 55.15 31.29 66.75 -
YUV 146.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 252 80 214 0 0.68 0.15 0.01 313.26 0.97 0.65
Hex FC 50 D6 0 44 F 1 139 61 41
Octal 374 120 326 0 104 17 1 471 141 101
Binary 11111100 1010000 11010110 0 1000100 1111 1 100111001 1100001 1000001

Color Harmonies of #FC50D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50D6

Black with #FC50D6

Text Example


Text Example

White with #FC50D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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