Html Css Color HEX #FD2EFF Magenta

📋 copy color: '#FD2EFF'

red 253 ◦ green 46 ◦ blue 255

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

Shades of Magenta #FD2EFF

Tints of Magenta #FD2EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.3%

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

R = 45.67%
G = 8.3%
B = 46.03%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD2EFF (or 0xFD2EFF) is known color: Magenta. HEX triplet: FD, 2E and FF. RGB value is (253,46,255). Sum of RGB (Red+Green+Blue) = 253+46+255=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 46 (18.36% from 255 or 8.30% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD2EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2EFF is #02D100. Grayscale: #838383. Windows color (decimal): -184577 or 16723709. OLE color: 16723709.

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

Color convert

RGB 253 46 255 -
CMYK 0.01 0.82 0 0
HSL 299.43º 1% 0.59% -
HSV(B) 299.43º 0.82% 1% -
XYZ 59.54 30.06 97.27 -
YUV 131.72 197.58 214.51 -
System Red Green Blue C M Y K H S L
Decimal 253 46 255 0.01 0.82 0 0 299.43 1 0.59
Hex FD 2E FF 1 52 0 0 12B 64 3B
Octal 375 56 377 1 122 0 0 453 144 73
Binary 11111101 101110 11111111 1 1010010 0 0 100101011 1100100 111011

Color Harmonies of #FD2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2EFF

Black with #FD2EFF

Text Example


Text Example

White with #FD2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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