Html Css Color HEX #FE06FA Magenta

📋 copy color: '#FE06FA'

red 254 ◦ green 6 ◦ blue 250

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

Shades of Magenta #FE06FA

Tints of Magenta #FE06FA

RGB

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

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

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

R = 49.8%
G = 1.18%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE06FA (or 0xFE06FA) is known color: Magenta. HEX triplet: FE, 06 and FA. RGB value is (254,6,250). Sum of RGB (Red+Green+Blue) = 254+6+250=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 6 (2.73% from 255 or 1.18% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE06FA is #01F905. Grayscale: #6B6B6B. Windows color (decimal): -129286 or 16385790. OLE color: 16385790.

HSL color Cylindrical-coordinate representation of color #FE06FA: hue angle of 300.97º 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 #FE06FA is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 6 250 -
CMYK 0 0.98 0.02 0.00
HSL 300.97º 0.99% 0.51% -
HSV(B) 300.97º 0.98% 1% -
XYZ 58.19 28.1 92.8 -
YUV 107.97 208.16 232.16 -
System Red Green Blue C M Y K H S L
Decimal 254 6 250 0 0.98 0.02 0.00 300.97 0.99 0.51
Hex FE 6 FA 0 62 2 0 12D 63 33
Octal 376 6 372 0 142 2 0 455 143 63
Binary 11111110 110 11111010 0 1100010 10 0 100101101 1100011 110011

Color Harmonies of #FE06FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE06FA

Black with #FE06FA

Text Example


Text Example

White with #FE06FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE06FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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