Html Css Color HEX #FD05FA Magenta

📋 copy color: '#FD05FA'

red 253 ◦ green 5 ◦ blue 250

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

Shades of Magenta #FD05FA

Tints of Magenta #FD05FA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.98%

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

R = 49.8%
G = 0.98%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD05FA (or 0xFD05FA) is known color: Magenta. HEX triplet: FD, 05 and FA. RGB value is (253,5,250). Sum of RGB (Red+Green+Blue) = 253+5+250=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 5 (2.34% from 255 or 0.98% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD05FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD05FA is #02FA05. Grayscale: #6A6A6A. Windows color (decimal): -195078 or 16385533. OLE color: 16385533.

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

Color convert

RGB 253 5 250 -
CMYK 0 0.98 0.01 0.01
HSL 300.73º 0.98% 0.51% -
HSV(B) 300.73º 0.98% 0.99% -
XYZ 57.82 27.89 92.78 -
YUV 107.08 208.66 232.08 -
System Red Green Blue C M Y K H S L
Decimal 253 5 250 0 0.98 0.01 0.01 300.73 0.98 0.51
Hex FD 5 FA 0 62 1 1 12D 62 33
Octal 375 5 372 0 142 1 1 455 142 63
Binary 11111101 101 11111010 0 1100010 1 1 100101101 1100010 110011

Color Harmonies of #FD05FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD05FA

Black with #FD05FA

Text Example


Text Example

White with #FD05FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD05FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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