Html Css Color HEX #FE0FED Magenta

📋 copy color: '#FE0FED'

red 254 ◦ green 15 ◦ blue 237

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

Shades of Magenta #FE0FED

Tints of Magenta #FE0FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 50.2%
G = 2.96%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE0FED (or 0xFE0FED) is known color: Magenta. HEX triplet: FE, 0F and ED. RGB value is (254,15,237). Sum of RGB (Red+Green+Blue) = 254+15+237=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 15 (6.25% from 255 or 2.96% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FED is #01F012. Grayscale: #6F6F6F. Windows color (decimal): -126995 or 15536126. OLE color: 15536126.

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

Color convert

RGB 254 15 237 -
CMYK 0 0.94 0.07 0.00
HSL 304.27º 0.99% 0.53% -
HSV(B) 304.27º 0.94% 1% -
XYZ 56.33 27.53 82.47 -
YUV 111.77 198.68 229.45 -
System Red Green Blue C M Y K H S L
Decimal 254 15 237 0 0.94 0.07 0.00 304.27 0.99 0.53
Hex FE F ED 0 5E 7 0 130 63 35
Octal 376 17 355 0 136 7 0 460 143 65
Binary 11111110 1111 11101101 0 1011110 111 0 100110000 1100011 110101

Color Harmonies of #FE0FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FED

Black with #FE0FED

Text Example


Text Example

White with #FE0FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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