Html Css Color HEX #FC00FD Magenta

📋 copy color: '#FC00FD'

red 252 ◦ green 0 ◦ blue 253

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

Shades of Magenta #FC00FD

Tints of Magenta #FC00FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 49.9%
G = 0%
B = 50.1%

CMYK

 C value IS 0.00

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC00FD (or 0xFC00FD) is known color: Magenta. HEX triplet: FC, 00 and FD. RGB value is (252,0,253). Sum of RGB (Red+Green+Blue) = 252+0+253=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 0 (0.39% from 255 or 0% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC00FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00FD is #03FF02. Grayscale: #676767. Windows color (decimal): -261891 or 16580860. OLE color: 16580860.

HSL color Cylindrical-coordinate representation of color #FC00FD: hue angle of 299.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00FD is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 253 -
CMYK 0.00 1 0 0.01
HSL 299.76º 1% 0.5% -
HSV(B) 299.76º 1% 0.99% -
XYZ 57.87 27.79 95.24 -
YUV 104.19 211.99 233.43 -
System Red Green Blue C M Y K H S L
Decimal 252 0 253 0.00 1 0 0.01 299.76 1 0.5
Hex FC 0 FD 0 64 0 1 12C 64 32
Octal 374 0 375 0 144 0 1 454 144 62
Binary 11111100 0 11111101 0 1100100 0 1 100101100 1100100 110010

Color Harmonies of #FC00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00FD

Black with #FC00FD

Text Example


Text Example

White with #FC00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00FD; }

 p { color: rgb(252,0,253); }

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

background-color css

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

 a { background-color: rgb(252,0,253); }

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

border-color css

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

 span { border-color: rgb(252,0,253); }

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