Html Css Color HEX #FD01FC Magenta

📋 copy color: '#FD01FC'

red 253 ◦ green 1 ◦ blue 252

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

Shades of Magenta #FD01FC

Tints of Magenta #FD01FC

RGB

 RED value IS 253 (99.22% from 255) = 50%

 GREEN value IS 1 (0.78% from 255) = 0.2%

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 50%
G = 0.2%
B = 49.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FD01FC (or 0xFD01FC) is known color: Magenta. HEX triplet: FD, 01 and FC. RGB value is (253,1,252). Sum of RGB (Red+Green+Blue) = 253+1+252=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 1 (0.78% from 255 or 0.20% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD01FC is #02FE03. Grayscale: #686868. Windows color (decimal): -196100 or 16515581. OLE color: 16515581.

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

Color convert

RGB 253 1 252 -
CMYK 0 1.00 0.00 0.01
HSL 300.24º 0.99% 0.5% -
HSV(B) 300.24º 1% 0.99% -
XYZ 58.09 27.93 94.43 -
YUV 104.96 210.99 233.59 -
System Red Green Blue C M Y K H S L
Decimal 253 1 252 0 1.00 0.00 0.01 300.24 0.99 0.5
Hex FD 1 FC 0 64 0 1 12C 63 32
Octal 375 1 374 0 144 0 1 454 143 62
Binary 11111101 1 11111100 0 1100100 0 1 100101100 1100011 110010

Color Harmonies of #FD01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01FC

Black with #FD01FC

Text Example


Text Example

White with #FD01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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