Html Css Color HEX #FD1EFA Magenta

📋 copy color: '#FD1EFA'

red 253 ◦ green 30 ◦ blue 250

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

Shades of Magenta #FD1EFA

Tints of Magenta #FD1EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.63%

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

R = 47.47%
G = 5.63%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD1EFA (or 0xFD1EFA) is known color: Magenta. HEX triplet: FD, 1E and FA. RGB value is (253,30,250). Sum of RGB (Red+Green+Blue) = 253+30+250=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 30 (12.11% from 255 or 5.63% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1EFA is #02E105. Grayscale: #797979. Windows color (decimal): -188678 or 16391933. OLE color: 16391933.

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

Color convert

RGB 253 30 250 -
CMYK 0 0.88 0.01 0.01
HSL 300.81º 0.98% 0.55% -
HSV(B) 300.81º 0.88% 0.99% -
XYZ 58.23 28.71 92.92 -
YUV 121.76 200.38 221.61 -
System Red Green Blue C M Y K H S L
Decimal 253 30 250 0 0.88 0.01 0.01 300.81 0.98 0.55
Hex FD 1E FA 0 58 1 1 12D 62 37
Octal 375 36 372 0 130 1 1 455 142 67
Binary 11111101 11110 11111010 0 1011000 1 1 100101101 1100010 110111

Color Harmonies of #FD1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EFA

Black with #FD1EFA

Text Example


Text Example

White with #FD1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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