Html Css Color HEX #FE0FF2 Magenta

📋 copy color: '#FE0FF2'

red 254 ◦ green 15 ◦ blue 242

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

Shades of Magenta #FE0FF2

Tints of Magenta #FE0FF2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.94%

 BLUE value IS 242 (94.92% from 255) = 47.36%

R = 49.71%
G = 2.94%
B = 47.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE0FF2 (or 0xFE0FF2) is known color: Magenta. HEX triplet: FE, 0F and F2. RGB value is (254,15,242). Sum of RGB (Red+Green+Blue) = 254+15+242=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 15 (6.25% from 255 or 2.94% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FF2 is #01F00D. Grayscale: #6F6F6F. Windows color (decimal): -126990 or 15863806. OLE color: 15863806.

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

Color convert

RGB 254 15 242 -
CMYK 0 0.94 0.05 0.00
HSL 303.01º 0.99% 0.53% -
HSV(B) 303.01º 0.94% 1% -
XYZ 57.07 27.82 86.37 -
YUV 112.34 201.18 229.04 -
System Red Green Blue C M Y K H S L
Decimal 254 15 242 0 0.94 0.05 0.00 303.01 0.99 0.53
Hex FE F F2 0 5E 5 0 12F 63 35
Octal 376 17 362 0 136 5 0 457 143 65
Binary 11111110 1111 11110010 0 1011110 101 0 100101111 1100011 110101

Color Harmonies of #FE0FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FF2

Black with #FE0FF2

Text Example


Text Example

White with #FE0FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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