Html Css Color HEX #FD1EFB Magenta

📋 copy color: '#FD1EFB'

red 253 ◦ green 30 ◦ blue 251

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

Shades of Magenta #FD1EFB

Tints of Magenta #FD1EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47%

R = 47.38%
G = 5.62%
B = 47%

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

#FD1EFB (or 0xFD1EFB) is known color: Magenta. HEX triplet: FD, 1E and FB. RGB value is (253,30,251). Sum of RGB (Red+Green+Blue) = 253+30+251=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 30 (12.11% from 255 or 5.62% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1EFB is #02E104. Grayscale: #797979. Windows color (decimal): -188677 or 16457469. OLE color: 16457469.

HSL color Cylindrical-coordinate representation of color #FD1EFB: hue angle of 300.54º 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 #FD1EFB is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 30 251 -
CMYK 0 0.88 0.01 0.01
HSL 300.54º 0.98% 0.55% -
HSV(B) 300.54º 0.88% 0.99% -
XYZ 58.38 28.78 93.74 -
YUV 121.87 200.88 221.53 -
System Red Green Blue C M Y K H S L
Decimal 253 30 251 0 0.88 0.01 0.01 300.54 0.98 0.55
Hex FD 1E FB 0 58 1 1 12D 62 37
Octal 375 36 373 0 130 1 1 455 142 67
Binary 11111101 11110 11111011 0 1011000 1 1 100101101 1100010 110111

Color Harmonies of #FD1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EFB

Black with #FD1EFB

Text Example


Text Example

White with #FD1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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