Html Css Color HEX #FD2AF6 Magenta

📋 copy color: '#FD2AF6'

red 253 ◦ green 42 ◦ blue 246

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

Shades of Magenta #FD2AF6

Tints of Magenta #FD2AF6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.76%

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 46.77%
G = 7.76%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FD2AF6 (or 0xFD2AF6) is known color: Magenta. HEX triplet: FD, 2A and F6. RGB value is (253,42,246). Sum of RGB (Red+Green+Blue) = 253+42+246=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 42 (16.80% from 255 or 7.76% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2AF6 is #02D509. Grayscale: #7F7F7F. Windows color (decimal): -185610 or 16132861. OLE color: 16132861.

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

Color convert

RGB 253 42 246 -
CMYK 0 0.83 0.03 0.01
HSL 301.99º 0.98% 0.58% -
HSV(B) 301.99º 0.83% 0.99% -
XYZ 57.97 29.19 89.77 -
YUV 128.35 194.4 216.91 -
System Red Green Blue C M Y K H S L
Decimal 253 42 246 0 0.83 0.03 0.01 301.99 0.98 0.58
Hex FD 2A F6 0 53 3 1 12E 62 3A
Octal 375 52 366 0 123 3 1 456 142 72
Binary 11111101 101010 11110110 0 1010011 11 1 100101110 1100010 111010

Color Harmonies of #FD2AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2AF6

Black with #FD2AF6

Text Example


Text Example

White with #FD2AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2AF6; }

 p { color: rgb(253,42,246); }

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

background-color css

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

 a { background-color: rgb(253,42,246); }

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

border-color css

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

 span { border-color: rgb(253,42,246); }

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