Html Css Color HEX #FD01FF Magenta

📋 copy color: '#FD01FF'

red 253 ◦ green 1 ◦ blue 255

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

Shades of Magenta #FD01FF

Tints of Magenta #FD01FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.1%

R = 49.71%
G = 0.2%
B = 50.1%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD01FF (or 0xFD01FF) is known color: Magenta. HEX triplet: FD, 01 and FF. RGB value is (253,1,255). Sum of RGB (Red+Green+Blue) = 253+1+255=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 1 (0.78% from 255 or 0.20% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD01FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD01FF is #02FE00. Grayscale: #686868. Windows color (decimal): -196097 or 16712189. OLE color: 16712189.

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

Color convert

RGB 253 1 255 -
CMYK 0.01 1.00 0 0
HSL 299.53º 1% 0.5% -
HSV(B) 299.53º 1% 1% -
XYZ 58.57 28.12 96.95 -
YUV 105.3 212.49 233.35 -
System Red Green Blue C M Y K H S L
Decimal 253 1 255 0.01 1.00 0 0 299.53 1 0.5
Hex FD 1 FF 1 64 0 0 12C 64 32
Octal 375 1 377 1 144 0 0 454 144 62
Binary 11111101 1 11111111 1 1100100 0 0 100101100 1100100 110010

Color Harmonies of #FD01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01FF

Black with #FD01FF

Text Example


Text Example

White with #FD01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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