Html Css Color HEX #FD2EFA Magenta

📋 copy color: '#FD2EFA'

red 253 ◦ green 46 ◦ blue 250

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

Shades of Magenta #FD2EFA

Tints of Magenta #FD2EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 46.08%
G = 8.38%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD2EFA (or 0xFD2EFA) is known color: Magenta. HEX triplet: FD, 2E and FA. RGB value is (253,46,250). Sum of RGB (Red+Green+Blue) = 253+46+250=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 46 (18.36% from 255 or 8.38% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2EFA is #02D105. Grayscale: #828282. Windows color (decimal): -184582 or 16396029. OLE color: 16396029.

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

Color convert

RGB 253 46 250 -
CMYK 0 0.82 0.01 0.01
HSL 300.87º 0.98% 0.59% -
HSV(B) 300.87º 0.82% 0.99% -
XYZ 58.74 29.74 93.09 -
YUV 131.15 195.08 214.91 -
System Red Green Blue C M Y K H S L
Decimal 253 46 250 0 0.82 0.01 0.01 300.87 0.98 0.59
Hex FD 2E FA 0 52 1 1 12D 62 3B
Octal 375 56 372 0 122 1 1 455 142 73
Binary 11111101 101110 11111010 0 1010010 1 1 100101101 1100010 111011

Color Harmonies of #FD2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2EFA

Black with #FD2EFA

Text Example


Text Example

White with #FD2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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