Html Css Color HEX #FE04F6 Magenta

📋 copy color: '#FE04F6'

red 254 ◦ green 4 ◦ blue 246

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

Shades of Magenta #FE04F6

Tints of Magenta #FE04F6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.79%

 BLUE value IS 246 (96.48% from 255) = 48.81%

R = 50.4%
G = 0.79%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE04F6 (or 0xFE04F6) is known color: Magenta. HEX triplet: FE, 04 and F6. RGB value is (254,4,246). Sum of RGB (Red+Green+Blue) = 254+4+246=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 4 (1.95% from 255 or 0.79% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04F6 is #01FB09. Grayscale: #696969. Windows color (decimal): -129802 or 16123134. OLE color: 16123134.

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

Color convert

RGB 254 4 246 -
CMYK 0 0.98 0.03 0.00
HSL 301.92º 0.99% 0.51% -
HSV(B) 301.92º 0.98% 1% -
XYZ 57.55 27.81 89.52 -
YUV 106.34 206.83 233.32 -
System Red Green Blue C M Y K H S L
Decimal 254 4 246 0 0.98 0.03 0.00 301.92 0.99 0.51
Hex FE 4 F6 0 62 3 0 12E 63 33
Octal 376 4 366 0 142 3 0 456 143 63
Binary 11111110 100 11110110 0 1100010 11 0 100101110 1100011 110011

Color Harmonies of #FE04F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04F6

Black with #FE04F6

Text Example


Text Example

White with #FE04F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04F6; }

 p { color: rgb(254,4,246); }

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

background-color css

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

 a { background-color: rgb(254,4,246); }

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

border-color css

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

 span { border-color: rgb(254,4,246); }

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