Html Css Color HEX #FD03FB Magenta

📋 copy color: '#FD03FB'

red 253 ◦ green 3 ◦ blue 251

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

Shades of Magenta #FD03FB

Tints of Magenta #FD03FB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.59%

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

R = 49.9%
G = 0.59%
B = 49.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD03FB (or 0xFD03FB) is known color: Magenta. HEX triplet: FD, 03 and FB. RGB value is (253,3,251). Sum of RGB (Red+Green+Blue) = 253+3+251=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 3 (1.56% from 255 or 0.59% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD03FB is #02FC04. Grayscale: #696969. Windows color (decimal): -195589 or 16450557. OLE color: 16450557.

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

Color convert

RGB 253 3 251 -
CMYK 0 0.99 0.01 0.01
HSL 300.48º 0.98% 0.5% -
HSV(B) 300.48º 0.99% 0.99% -
XYZ 57.95 27.91 93.6 -
YUV 106.02 209.83 232.83 -
System Red Green Blue C M Y K H S L
Decimal 253 3 251 0 0.99 0.01 0.01 300.48 0.98 0.5
Hex FD 3 FB 0 63 1 1 12C 62 32
Octal 375 3 373 0 143 1 1 454 142 62
Binary 11111101 11 11111011 0 1100011 1 1 100101100 1100010 110010

Color Harmonies of #FD03FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD03FB

Black with #FD03FB

Text Example


Text Example

White with #FD03FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD03FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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