Html Css Color HEX #FD1AF7 Magenta

📋 copy color: '#FD1AF7'

red 253 ◦ green 26 ◦ blue 247

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

Shades of Magenta #FD1AF7

Tints of Magenta #FD1AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.96%

R = 48.1%
G = 4.94%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD1AF7 (or 0xFD1AF7) is known color: Magenta. HEX triplet: FD, 1A and F7. RGB value is (253,26,247). Sum of RGB (Red+Green+Blue) = 253+26+247=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 26 (10.55% from 255 or 4.94% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1AF7 is #02E508. Grayscale: #767676. Windows color (decimal): -189705 or 16194301. OLE color: 16194301.

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

Color convert

RGB 253 26 247 -
CMYK 0 0.90 0.02 0.01
HSL 301.59º 0.98% 0.55% -
HSV(B) 301.59º 0.9% 0.99% -
XYZ 57.67 28.34 90.43 -
YUV 119.07 200.21 223.53 -
System Red Green Blue C M Y K H S L
Decimal 253 26 247 0 0.90 0.02 0.01 301.59 0.98 0.55
Hex FD 1A F7 0 5A 2 1 12E 62 37
Octal 375 32 367 0 132 2 1 456 142 67
Binary 11111101 11010 11110111 0 1011010 10 1 100101110 1100010 110111

Color Harmonies of #FD1AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1AF7

Black with #FD1AF7

Text Example


Text Example

White with #FD1AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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