Html Css Color HEX #FD03FA Magenta

📋 copy color: '#FD03FA'

red 253 ◦ green 3 ◦ blue 250

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

Shades of Magenta #FD03FA

Tints of Magenta #FD03FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 50%
G = 0.59%
B = 49.41%

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

#FD03FA (or 0xFD03FA) is known color: Magenta. HEX triplet: FD, 03 and FA. RGB value is (253,3,250). Sum of RGB (Red+Green+Blue) = 253+3+250=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 3 (1.56% from 255 or 0.59% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD03FA is #02FC05. Grayscale: #696969. Windows color (decimal): -195590 or 16385021. OLE color: 16385021.

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

Color convert

RGB 253 3 250 -
CMYK 0 0.99 0.01 0.01
HSL 300.72º 0.98% 0.5% -
HSV(B) 300.72º 0.99% 0.99% -
XYZ 57.8 27.85 92.77 -
YUV 105.91 209.33 232.92 -
System Red Green Blue C M Y K H S L
Decimal 253 3 250 0 0.99 0.01 0.01 300.72 0.98 0.5
Hex FD 3 FA 0 63 1 1 12D 62 32
Octal 375 3 372 0 143 1 1 455 142 62
Binary 11111101 11 11111010 0 1100011 1 1 100101101 1100010 110010

Color Harmonies of #FD03FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD03FA

Black with #FD03FA

Text Example


Text Example

White with #FD03FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD03FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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