Html Css Color HEX #FD0AFF Magenta

📋 copy color: '#FD0AFF'

red 253 ◦ green 10 ◦ blue 255

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

Shades of Magenta #FD0AFF

Tints of Magenta #FD0AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 1.93%

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

R = 48.84%
G = 1.93%
B = 49.23%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD0AFF (or 0xFD0AFF) is known color: Magenta. HEX triplet: FD, 0A and FF. RGB value is (253,10,255). Sum of RGB (Red+Green+Blue) = 253+10+255=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 10 (4.30% from 255 or 1.93% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD0AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0AFF is #02F500. Grayscale: #6D6D6D. Windows color (decimal): -193793 or 16714493. OLE color: 16714493.

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

Color convert

RGB 253 10 255 -
CMYK 0.01 0.96 0 0
HSL 299.51º 1% 0.52% -
HSV(B) 299.51º 0.96% 1% -
XYZ 58.67 28.32 96.98 -
YUV 110.59 209.51 229.58 -
System Red Green Blue C M Y K H S L
Decimal 253 10 255 0.01 0.96 0 0 299.51 1 0.52
Hex FD A FF 1 60 0 0 12C 64 34
Octal 375 12 377 1 140 0 0 454 144 64
Binary 11111101 1010 11111111 1 1100000 0 0 100101100 1100100 110100

Color Harmonies of #FD0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0AFF

Black with #FD0AFF

Text Example


Text Example

White with #FD0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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