Html Css Color HEX #FC63DD Free Speech Magenta

📋 copy color: '#FC63DD'

red 252 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #FC63DD

Tints of Free Speech Magenta #FC63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.31%

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

R = 44.06%
G = 17.31%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC63DD (or 0xFC63DD) is known color: Free Speech Magenta. HEX triplet: FC, 63 and DD. RGB value is (252,99,221). Sum of RGB (Red+Green+Blue) = 252+99+221=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63DD is #039C22. Grayscale: #9E9E9E. Windows color (decimal): -236579 or 14509052. OLE color: 14509052.

HSL color Cylindrical-coordinate representation of color #FC63DD: hue angle of 312.16º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63DD is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 99 221 -
CMYK 0 0.61 0.12 0.01
HSL 312.16º 0.96% 0.69% -
HSV(B) 312.16º 0.61% 0.99% -
XYZ 57.66 34.84 72.09 -
YUV 158.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 252 99 221 0 0.61 0.12 0.01 312.16 0.96 0.69
Hex FC 63 DD 0 3D C 1 138 60 45
Octal 374 143 335 0 75 14 1 470 140 105
Binary 11111100 1100011 11011101 0 111101 1100 1 100111000 1100000 1000101

Color Harmonies of #FC63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63DD

Black with #FC63DD

Text Example


Text Example

White with #FC63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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