Html Css Color HEX #FD01FB Magenta

📋 copy color: '#FD01FB'

red 253 ◦ green 1 ◦ blue 251

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

Shades of Magenta #FD01FB

Tints of Magenta #FD01FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 50.1%
G = 0.2%
B = 49.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD01FB (or 0xFD01FB) is known color: Magenta. HEX triplet: FD, 01 and FB. RGB value is (253,1,251). Sum of RGB (Red+Green+Blue) = 253+1+251=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 1 (0.78% from 255 or 0.20% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD01FB is #02FE04. Grayscale: #686868. Windows color (decimal): -196101 or 16450045. OLE color: 16450045.

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

Color convert

RGB 253 1 251 -
CMYK 0 1.00 0.01 0.01
HSL 300.48º 0.99% 0.5% -
HSV(B) 300.48º 1% 0.99% -
XYZ 57.93 27.87 93.59 -
YUV 104.85 210.49 233.67 -
System Red Green Blue C M Y K H S L
Decimal 253 1 251 0 1.00 0.01 0.01 300.48 0.99 0.5
Hex FD 1 FB 0 64 1 1 12C 63 32
Octal 375 1 373 0 144 1 1 454 143 62
Binary 11111101 1 11111011 0 1100100 1 1 100101100 1100011 110010

Color Harmonies of #FD01FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01FB

Black with #FD01FB

Text Example


Text Example

White with #FD01FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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