Html Css Color HEX #FE07D3 Hot Magenta

📋 copy color: '#FE07D3'

red 254 ◦ green 7 ◦ blue 211

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

Shades of Hot Magenta #FE07D3

Tints of Hot Magenta #FE07D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.7%

R = 53.81%
G = 1.48%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE07D3 (or 0xFE07D3) is known color: Hot Magenta. HEX triplet: FE, 07 and D3. RGB value is (254,7,211). Sum of RGB (Red+Green+Blue) = 254+7+211=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07D3 is #01F82C. Grayscale: #676767. Windows color (decimal): -129069 or 13830142. OLE color: 13830142.

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

Color convert

RGB 254 7 211 -
CMYK 0 0.97 0.17 0.00
HSL 310.45º 0.99% 0.51% -
HSV(B) 310.45º 0.97% 1% -
XYZ 52.71 25.93 63.85 -
YUV 104.11 188.33 234.91 -
System Red Green Blue C M Y K H S L
Decimal 254 7 211 0 0.97 0.17 0.00 310.45 0.99 0.51
Hex FE 7 D3 0 61 11 0 136 63 33
Octal 376 7 323 0 141 21 0 466 143 63
Binary 11111110 111 11010011 0 1100001 10001 0 100110110 1100011 110011

Color Harmonies of #FE07D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE07D3

Black with #FE07D3

Text Example


Text Example

White with #FE07D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE07D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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