Html Css Color HEX #FD1AF5 Magenta

📋 copy color: '#FD1AF5'

red 253 ◦ green 26 ◦ blue 245

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

Shades of Magenta #FD1AF5

Tints of Magenta #FD1AF5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 4.96%

 BLUE value IS 245 (96.09% from 255) = 46.76%

R = 48.28%
G = 4.96%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FD1AF5 (or 0xFD1AF5) is known color: Magenta. HEX triplet: FD, 1A and F5. RGB value is (253,26,245). Sum of RGB (Red+Green+Blue) = 253+26+245=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 26 (10.55% from 255 or 4.96% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1AF5 is #02E50A. Grayscale: #767676. Windows color (decimal): -189707 or 16063229. OLE color: 16063229.

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

Color convert

RGB 253 26 245 -
CMYK 0 0.90 0.03 0.01
HSL 302.11º 0.98% 0.55% -
HSV(B) 302.11º 0.9% 0.99% -
XYZ 57.36 28.21 88.81 -
YUV 118.84 199.21 223.69 -
System Red Green Blue C M Y K H S L
Decimal 253 26 245 0 0.90 0.03 0.01 302.11 0.98 0.55
Hex FD 1A F5 0 5A 3 1 12E 62 37
Octal 375 32 365 0 132 3 1 456 142 67
Binary 11111101 11010 11110101 0 1011010 11 1 100101110 1100010 110111

Color Harmonies of #FD1AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1AF5

Black with #FD1AF5

Text Example


Text Example

White with #FD1AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1AF5; }

 p { color: rgb(253,26,245); }

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

background-color css

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

 a { background-color: rgb(253,26,245); }

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

border-color css

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

 span { border-color: rgb(253,26,245); }

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