Html Css Color HEX #FE06FD Magenta

📋 copy color: '#FE06FD'

red 254 ◦ green 6 ◦ blue 253

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

Shades of Magenta #FE06FD

Tints of Magenta #FE06FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.17%

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

R = 49.51%
G = 1.17%
B = 49.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE06FD (or 0xFE06FD) is known color: Magenta. HEX triplet: FE, 06 and FD. RGB value is (254,6,253). Sum of RGB (Red+Green+Blue) = 254+6+253=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 6 (2.73% from 255 or 1.17% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE06FD is #01F902. Grayscale: #6B6B6B. Windows color (decimal): -129283 or 16582398. OLE color: 16582398.

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

Color convert

RGB 254 6 253 -
CMYK 0 0.98 0.00 0.00
HSL 300.24º 0.99% 0.51% -
HSV(B) 300.24º 0.98% 1% -
XYZ 58.67 28.29 95.3 -
YUV 108.31 209.66 231.92 -
System Red Green Blue C M Y K H S L
Decimal 254 6 253 0 0.98 0.00 0.00 300.24 0.99 0.51
Hex FE 6 FD 0 62 0 0 12C 63 33
Octal 376 6 375 0 142 0 0 454 143 63
Binary 11111110 110 11111101 0 1100010 0 0 100101100 1100011 110011

Color Harmonies of #FE06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE06FD

Black with #FE06FD

Text Example


Text Example

White with #FE06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE06FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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