Html Css Color HEX #FE0FF4 Magenta

📋 copy color: '#FE0FF4'

red 254 ◦ green 15 ◦ blue 244

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

Shades of Magenta #FE0FF4

Tints of Magenta #FE0FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.56%

R = 49.51%
G = 2.92%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE0FF4 (or 0xFE0FF4) is known color: Magenta. HEX triplet: FE, 0F and F4. RGB value is (254,15,244). Sum of RGB (Red+Green+Blue) = 254+15+244=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 15 (6.25% from 255 or 2.92% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FF4 is #01F00B. Grayscale: #6F6F6F. Windows color (decimal): -126988 or 15994878. OLE color: 15994878.

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

Color convert

RGB 254 15 244 -
CMYK 0 0.94 0.04 0.00
HSL 302.51º 0.99% 0.53% -
HSV(B) 302.51º 0.94% 1% -
XYZ 57.37 27.94 87.96 -
YUV 112.57 202.18 228.88 -
System Red Green Blue C M Y K H S L
Decimal 254 15 244 0 0.94 0.04 0.00 302.51 0.99 0.53
Hex FE F F4 0 5E 4 0 12F 63 35
Octal 376 17 364 0 136 4 0 457 143 65
Binary 11111110 1111 11110100 0 1011110 100 0 100101111 1100011 110101

Color Harmonies of #FE0FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FF4

Black with #FE0FF4

Text Example


Text Example

White with #FE0FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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