Html Css Color HEX #FE00C7 Hot Magenta

📋 copy color: '#FE00C7'

red 254 ◦ green 0 ◦ blue 199

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

Shades of Hot Magenta #FE00C7

Tints of Hot Magenta #FE00C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.93%

R = 56.07%
G = 0%
B = 43.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE00C7 (or 0xFE00C7) is known color: Hot Magenta. HEX triplet: FE, 00 and C7. RGB value is (254,0,199). Sum of RGB (Red+Green+Blue) = 254+0+199=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00C7 is #01FF38. Grayscale: #626262. Windows color (decimal): -130873 or 13041918. OLE color: 13041918.

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

Color convert

RGB 254 0 199 -
CMYK 0 1 0.22 0.00
HSL 312.99º 1% 0.5% -
HSV(B) 312.99º 1% 1% -
XYZ 51.18 25.19 56.2 -
YUV 98.63 184.65 238.82 -
System Red Green Blue C M Y K H S L
Decimal 254 0 199 0 1 0.22 0.00 312.99 1 0.5
Hex FE 0 C7 0 64 16 0 139 64 32
Octal 376 0 307 0 144 26 0 471 144 62
Binary 11111110 0 11000111 0 1100100 10110 0 100111001 1100100 110010

Color Harmonies of #FE00C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00C7

Black with #FE00C7

Text Example


Text Example

White with #FE00C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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