Html Css Color HEX #FE00CF Hot Magenta

📋 copy color: '#FE00CF'

red 254 ◦ green 0 ◦ blue 207

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

Shades of Hot Magenta #FE00CF

Tints of Hot Magenta #FE00CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 55.1%
G = 0%
B = 44.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE00CF (or 0xFE00CF) is known color: Hot Magenta. HEX triplet: FE, 00 and CF. RGB value is (254,0,207). Sum of RGB (Red+Green+Blue) = 254+0+207=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00CF is #01FF30. Grayscale: #626262. Windows color (decimal): -130865 or 13566206. OLE color: 13566206.

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

Color convert

RGB 254 0 207 -
CMYK 0 1 0.19 0.00
HSL 311.1º 1% 0.5% -
HSV(B) 311.1º 1% 1% -
XYZ 52.14 25.58 61.22 -
YUV 99.54 188.65 238.17 -
System Red Green Blue C M Y K H S L
Decimal 254 0 207 0 1 0.19 0.00 311.1 1 0.5
Hex FE 0 CF 0 64 13 0 137 64 32
Octal 376 0 317 0 144 23 0 467 144 62
Binary 11111110 0 11001111 0 1100100 10011 0 100110111 1100100 110010

Color Harmonies of #FE00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00CF

Black with #FE00CF

Text Example


Text Example

White with #FE00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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