Html Css Color HEX #FE00CC Hot Magenta

📋 copy color: '#FE00CC'

red 254 ◦ green 0 ◦ blue 204

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

Shades of Hot Magenta #FE00CC

Tints of Hot Magenta #FE00CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 55.46%
G = 0%
B = 44.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE00CC (or 0xFE00CC) is known color: Hot Magenta. HEX triplet: FE, 00 and CC. RGB value is (254,0,204). Sum of RGB (Red+Green+Blue) = 254+0+204=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 0 (0.39% from 255 or 0% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00CC is #01FF33. Grayscale: #626262. Windows color (decimal): -130868 or 13369598. OLE color: 13369598.

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

Color convert

RGB 254 0 204 -
CMYK 0 1 0.20 0.00
HSL 311.81º 1% 0.5% -
HSV(B) 311.81º 1% 1% -
XYZ 51.77 25.43 59.31 -
YUV 99.2 187.15 238.41 -
System Red Green Blue C M Y K H S L
Decimal 254 0 204 0 1 0.20 0.00 311.81 1 0.5
Hex FE 0 CC 0 64 14 0 138 64 32
Octal 376 0 314 0 144 24 0 470 144 62
Binary 11111110 0 11001100 0 1100100 10100 0 100111000 1100100 110010

Color Harmonies of #FE00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00CC

Black with #FE00CC

Text Example


Text Example

White with #FE00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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