Html Css Color HEX #FE10EF Magenta

📋 copy color: '#FE10EF'

red 254 ◦ green 16 ◦ blue 239

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

Shades of Magenta #FE10EF

Tints of Magenta #FE10EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.14%

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 49.9%
G = 3.14%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE10EF (or 0xFE10EF) is known color: Magenta. HEX triplet: FE, 10 and EF. RGB value is (254,16,239). Sum of RGB (Red+Green+Blue) = 254+16+239=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 16 (6.64% from 255 or 3.14% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE10EF is #01EF10. Grayscale: #6F6F6F. Windows color (decimal): -126737 or 15667454. OLE color: 15667454.

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

Color convert

RGB 254 16 239 -
CMYK 0 0.94 0.06 0.00
HSL 303.78º 0.99% 0.53% -
HSV(B) 303.78º 0.94% 1% -
XYZ 56.64 27.67 84.02 -
YUV 112.58 199.35 228.87 -
System Red Green Blue C M Y K H S L
Decimal 254 16 239 0 0.94 0.06 0.00 303.78 0.99 0.53
Hex FE 10 EF 0 5E 6 0 130 63 35
Octal 376 20 357 0 136 6 0 460 143 65
Binary 11111110 10000 11101111 0 1011110 110 0 100110000 1100011 110101

Color Harmonies of #FE10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE10EF

Black with #FE10EF

Text Example


Text Example

White with #FE10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE10EF; }

 p { color: rgb(254,16,239); }

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

background-color css

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

 a { background-color: rgb(254,16,239); }

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

border-color css

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

 span { border-color: rgb(254,16,239); }

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