Html Css Color HEX #FE07F2 Magenta

📋 copy color: '#FE07F2'

red 254 ◦ green 7 ◦ blue 242

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

Shades of Magenta #FE07F2

Tints of Magenta #FE07F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.11%

R = 50.5%
G = 1.39%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE07F2 (or 0xFE07F2) is known color: Magenta. HEX triplet: FE, 07 and F2. RGB value is (254,7,242). Sum of RGB (Red+Green+Blue) = 254+7+242=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 7 (3.12% from 255 or 1.39% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE07F2 is #01F80D. Grayscale: #6A6A6A. Windows color (decimal): -129038 or 15861758. OLE color: 15861758.

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

Color convert

RGB 254 7 242 -
CMYK 0 0.97 0.05 0.00
HSL 302.92º 0.99% 0.51% -
HSV(B) 302.92º 0.97% 1% -
XYZ 56.98 27.63 86.34 -
YUV 107.64 203.83 232.39 -
System Red Green Blue C M Y K H S L
Decimal 254 7 242 0 0.97 0.05 0.00 302.92 0.99 0.51
Hex FE 7 F2 0 61 5 0 12F 63 33
Octal 376 7 362 0 141 5 0 457 143 63
Binary 11111110 111 11110010 0 1100001 101 0 100101111 1100011 110011

Color Harmonies of #FE07F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE07F2

Black with #FE07F2

Text Example


Text Example

White with #FE07F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE07F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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