Html Css Color HEX #FE00C0 Hot Magenta

📋 copy color: '#FE00C0'

red 254 ◦ green 0 ◦ blue 192

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

Shades of Hot Magenta #FE00C0

Tints of Hot Magenta #FE00C0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 56.95%
G = 0%
B = 43.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE00C0 (or 0xFE00C0) is known color: Hot Magenta. HEX triplet: FE, 00 and C0. RGB value is (254,0,192). Sum of RGB (Red+Green+Blue) = 254+0+192=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00C0 is #01FF3F. Grayscale: #616161. Windows color (decimal): -130880 or 12583166. OLE color: 12583166.

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

Color convert

RGB 254 0 192 -
CMYK 0 1 0.24 0.00
HSL 314.65º 1% 0.5% -
HSV(B) 314.65º 1% 1% -
XYZ 50.39 24.88 52.02 -
YUV 97.83 181.15 239.39 -
System Red Green Blue C M Y K H S L
Decimal 254 0 192 0 1 0.24 0.00 314.65 1 0.5
Hex FE 0 C0 0 64 18 0 13B 64 32
Octal 376 0 300 0 144 30 0 473 144 62
Binary 11111110 0 11000000 0 1100100 11000 0 100111011 1100100 110010

Color Harmonies of #FE00C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00C0

Black with #FE00C0

Text Example


Text Example

White with #FE00C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00C0; }

 p { color: rgb(254,0,192); }

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

background-color css

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

 a { background-color: rgb(254,0,192); }

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

border-color css

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

 span { border-color: rgb(254,0,192); }

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