Html Css Color HEX #FE06C8 Hot Magenta

📋 copy color: '#FE06C8'

red 254 ◦ green 6 ◦ blue 200

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

Shades of Hot Magenta #FE06C8

Tints of Hot Magenta #FE06C8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.3%

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 55.22%
G = 1.3%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE06C8 (or 0xFE06C8) is known color: Hot Magenta. HEX triplet: FE, 06 and C8. RGB value is (254,6,200). Sum of RGB (Red+Green+Blue) = 254+6+200=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06C8 is #01F937. Grayscale: #656565. Windows color (decimal): -129336 or 13108990. OLE color: 13108990.

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

Color convert

RGB 254 6 200 -
CMYK 0 0.98 0.21 0.00
HSL 313.06º 0.99% 0.51% -
HSV(B) 313.06º 0.98% 1% -
XYZ 51.36 25.37 56.83 -
YUV 102.27 183.16 236.23 -
System Red Green Blue C M Y K H S L
Decimal 254 6 200 0 0.98 0.21 0.00 313.06 0.99 0.51
Hex FE 6 C8 0 62 15 0 139 63 33
Octal 376 6 310 0 142 25 0 471 143 63
Binary 11111110 110 11001000 0 1100010 10101 0 100111001 1100011 110011

Color Harmonies of #FE06C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE06C8

Black with #FE06C8

Text Example


Text Example

White with #FE06C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE06C8; }

 p { color: rgb(254,6,200); }

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

background-color css

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

 a { background-color: rgb(254,6,200); }

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

border-color css

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

 span { border-color: rgb(254,6,200); }

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