Html Css Color HEX #FE0FFD Magenta

📋 copy color: '#FE0FFD'

red 254 ◦ green 15 ◦ blue 253

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

Shades of Magenta #FE0FFD

Tints of Magenta #FE0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.87%

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 48.66%
G = 2.87%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE0FFD (or 0xFE0FFD) is known color: Magenta. HEX triplet: FE, 0F and FD. RGB value is (254,15,253). Sum of RGB (Red+Green+Blue) = 254+15+253=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 15 (6.25% from 255 or 2.87% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FFD is #01F002. Grayscale: #707070. Windows color (decimal): -126979 or 16584702. OLE color: 16584702.

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

Color convert

RGB 254 15 253 -
CMYK 0 0.94 0.00 0.00
HSL 300.25º 0.99% 0.53% -
HSV(B) 300.25º 0.94% 1% -
XYZ 58.77 28.5 95.33 -
YUV 113.59 206.68 228.15 -
System Red Green Blue C M Y K H S L
Decimal 254 15 253 0 0.94 0.00 0.00 300.25 0.99 0.53
Hex FE F FD 0 5E 0 0 12C 63 35
Octal 376 17 375 0 136 0 0 454 143 65
Binary 11111110 1111 11111101 0 1011110 0 0 100101100 1100011 110101

Color Harmonies of #FE0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FFD

Black with #FE0FFD

Text Example


Text Example

White with #FE0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FFD; }

 p { color: rgb(254,15,253); }

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

background-color css

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

 a { background-color: rgb(254,15,253); }

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

border-color css

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

 span { border-color: rgb(254,15,253); }

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