Html Css Color HEX #FE02EB Magenta

📋 copy color: '#FE02EB'

red 254 ◦ green 2 ◦ blue 235

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

Shades of Magenta #FE02EB

Tints of Magenta #FE02EB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 51.73%
G = 0.41%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE02EB (or 0xFE02EB) is known color: Magenta. HEX triplet: FE, 02 and EB. RGB value is (254,2,235). Sum of RGB (Red+Green+Blue) = 254+2+235=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 2 (1.17% from 255 or 0.41% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE02EB is #01FD14. Grayscale: #676767. Windows color (decimal): -130325 or 15401726. OLE color: 15401726.

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

Color convert

RGB 254 2 235 -
CMYK 0 0.99 0.07 0.00
HSL 304.52º 0.99% 0.5% -
HSV(B) 304.52º 0.99% 1% -
XYZ 55.89 27.11 80.88 -
YUV 103.91 201.99 235.05 -
System Red Green Blue C M Y K H S L
Decimal 254 2 235 0 0.99 0.07 0.00 304.52 0.99 0.5
Hex FE 2 EB 0 63 7 0 131 63 32
Octal 376 2 353 0 143 7 0 461 143 62
Binary 11111110 10 11101011 0 1100011 111 0 100110001 1100011 110010

Color Harmonies of #FE02EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE02EB

Black with #FE02EB

Text Example


Text Example

White with #FE02EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE02EB; }

 p { color: rgb(254,2,235); }

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

background-color css

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

 a { background-color: rgb(254,2,235); }

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

border-color css

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

 span { border-color: rgb(254,2,235); }

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