Html Css Color HEX #FE07FD Magenta

📋 copy color: '#FE07FD'

red 254 ◦ green 7 ◦ blue 253

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

Shades of Magenta #FE07FD

Tints of Magenta #FE07FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 49.42%
G = 1.36%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE07FD (or 0xFE07FD) is known color: Magenta. HEX triplet: FE, 07 and FD. RGB value is (254,7,253). Sum of RGB (Red+Green+Blue) = 254+7+253=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 7 (3.12% from 255 or 1.36% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE07FD is #01F802. Grayscale: #6C6C6C. Windows color (decimal): -129027 or 16582654. OLE color: 16582654.

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

Color convert

RGB 254 7 253 -
CMYK 0 0.97 0.00 0.00
HSL 300.24º 0.99% 0.51% -
HSV(B) 300.24º 0.97% 1% -
XYZ 58.68 28.31 95.3 -
YUV 108.9 209.33 231.5 -
System Red Green Blue C M Y K H S L
Decimal 254 7 253 0 0.97 0.00 0.00 300.24 0.99 0.51
Hex FE 7 FD 0 61 0 0 12C 63 33
Octal 376 7 375 0 141 0 0 454 143 63
Binary 11111110 111 11111101 0 1100001 0 0 100101100 1100011 110011

Color Harmonies of #FE07FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE07FD

Black with #FE07FD

Text Example


Text Example

White with #FE07FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE07FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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