Html Css Color HEX #FD29FF Magenta

📋 copy color: '#FD29FF'

red 253 ◦ green 41 ◦ blue 255

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

Shades of Magenta #FD29FF

Tints of Magenta #FD29FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.47%

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

R = 46.08%
G = 7.47%
B = 46.45%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD29FF (or 0xFD29FF) is known color: Magenta. HEX triplet: FD, 29 and FF. RGB value is (253,41,255). Sum of RGB (Red+Green+Blue) = 253+41+255=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 41 (16.41% from 255 or 7.47% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD29FF is #02D600. Grayscale: #808080. Windows color (decimal): -185857 or 16722429. OLE color: 16722429.

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

Color convert

RGB 253 41 255 -
CMYK 0.01 0.84 0 0
HSL 299.44º 1% 0.58% -
HSV(B) 299.44º 0.84% 1% -
XYZ 59.35 29.69 97.21 -
YUV 128.78 199.24 216.6 -
System Red Green Blue C M Y K H S L
Decimal 253 41 255 0.01 0.84 0 0 299.44 1 0.58
Hex FD 29 FF 1 54 0 0 12B 64 3A
Octal 375 51 377 1 124 0 0 453 144 72
Binary 11111101 101001 11111111 1 1010100 0 0 100101011 1100100 111010

Color Harmonies of #FD29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD29FF

Black with #FD29FF

Text Example


Text Example

White with #FD29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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