Html Css Color HEX #FE07C8 Hot Magenta

📋 copy color: '#FE07C8'

red 254 ◦ green 7 ◦ blue 200

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

Shades of Hot Magenta #FE07C8

Tints of Hot Magenta #FE07C8

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.52%

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

R = 55.1%
G = 1.52%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE07C8 (or 0xFE07C8) is known color: Hot Magenta. HEX triplet: FE, 07 and C8. RGB value is (254,7,200). Sum of RGB (Red+Green+Blue) = 254+7+200=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07C8 is #01F837. Grayscale: #666666. Windows color (decimal): -129080 or 13109246. OLE color: 13109246.

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

Color convert

RGB 254 7 200 -
CMYK 0 0.97 0.21 0.00
HSL 313.12º 0.99% 0.51% -
HSV(B) 313.12º 0.97% 1% -
XYZ 51.37 25.39 56.84 -
YUV 102.86 182.83 235.81 -
System Red Green Blue C M Y K H S L
Decimal 254 7 200 0 0.97 0.21 0.00 313.12 0.99 0.51
Hex FE 7 C8 0 61 15 0 139 63 33
Octal 376 7 310 0 141 25 0 471 143 63
Binary 11111110 111 11001000 0 1100001 10101 0 100111001 1100011 110011

Color Harmonies of #FE07C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE07C8

Black with #FE07C8

Text Example


Text Example

White with #FE07C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE07C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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