Html Css Color HEX #FE2DFB Magenta

📋 copy color: '#FE2DFB'

red 254 ◦ green 45 ◦ blue 251

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

Shades of Magenta #FE2DFB

Tints of Magenta #FE2DFB

RGB

 RED value IS 254 (99.61% from 255) = 46.18%

 GREEN value IS 45 (17.97% from 255) = 8.18%

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

R = 46.18%
G = 8.18%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE2DFB (or 0xFE2DFB) is known color: Magenta. HEX triplet: FE, 2D and FB. RGB value is (254,45,251). Sum of RGB (Red+Green+Blue) = 254+45+251=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 45 (17.97% from 255 or 8.18% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DFB is #01D204. Grayscale: #828282. Windows color (decimal): -119301 or 16461310. OLE color: 16461310.

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

Color convert

RGB 254 45 251 -
CMYK 0 0.82 0.01 0.00
HSL 300.86º 0.99% 0.59% -
HSV(B) 300.86º 0.82% 1% -
XYZ 59.22 29.91 93.92 -
YUV 130.98 195.74 215.75 -
System Red Green Blue C M Y K H S L
Decimal 254 45 251 0 0.82 0.01 0.00 300.86 0.99 0.59
Hex FE 2D FB 0 52 1 0 12D 63 3B
Octal 376 55 373 0 122 1 0 455 143 73
Binary 11111110 101101 11111011 0 1010010 1 0 100101101 1100011 111011

Color Harmonies of #FE2DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2DFB

Black with #FE2DFB

Text Example


Text Example

White with #FE2DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2DFB; }

 p { color: rgb(254,45,251); }

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

background-color css

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

 a { background-color: rgb(254,45,251); }

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

border-color css

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

 span { border-color: rgb(254,45,251); }

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