#FE02F2

Color #FE02F2 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FE02F2

Tints of Magenta #FE02F2

Color information

#FE02F2 (or 0xFE02F2) is unknown color: approx Magenta. HEX triplet: FE, 02 and F2. RGB value is (254,2,242). Sum of RGB (Red+Green+Blue) = 254+2+242=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 2 (1.17% from 255 or 0.40% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE02F2 is #01FD0D. Grayscale: #686868. Windows color (decimal): -130318 or 15860478. OLE color: 15860478.

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

Color convert

RGB2542242-
CMYK00.990.050.00
HSL302.86º99.21%50.2%-
HSV(B)302.86º99.21%99.61%-
XYZ56.9227.5386.32-
YUV104.71205.49234.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.00%
GREEN value IS 2 (1.17% from 255) = 0.40%
BLUE value IS 242 (94.92% from 255) = 48.59%
R=51.00%
G=0.40%
B=48.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254224200.990.050.00302.8699.2150.2
HexFE2F20635012f6332
Octal376236201435045714362
Binary1111111010111100100110001110101001011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE02F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE02F2; }

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

 H1.HeaderClassName
 {
   color: #FE02F2;
 }
 .AnyTagClassName
 {
   color: #FE02F2;
 }
</style>
background-color css

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

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

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

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

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

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