Html Css Color HEX #FE05F4 Magenta

📋 copy color: '#FE05F4'

red 254 ◦ green 5 ◦ blue 244

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

Shades of Magenta #FE05F4

Tints of Magenta #FE05F4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.99%

 BLUE value IS 244 (95.7% from 255) = 48.51%

R = 50.5%
G = 0.99%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE05F4 (or 0xFE05F4) is known color: Magenta. HEX triplet: FE, 05 and F4. RGB value is (254,5,244). Sum of RGB (Red+Green+Blue) = 254+5+244=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 5 (2.34% from 255 or 0.99% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05F4 is #01FA0B. Grayscale: #696969. Windows color (decimal): -129548 or 15992318. OLE color: 15992318.

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

Color convert

RGB 254 5 244 -
CMYK 0 0.98 0.04 0.00
HSL 302.41º 0.99% 0.51% -
HSV(B) 302.41º 0.98% 1% -
XYZ 57.26 27.71 87.92 -
YUV 106.7 205.49 233.07 -
System Red Green Blue C M Y K H S L
Decimal 254 5 244 0 0.98 0.04 0.00 302.41 0.99 0.51
Hex FE 5 F4 0 62 4 0 12E 63 33
Octal 376 5 364 0 142 4 0 456 143 63
Binary 11111110 101 11110100 0 1100010 100 0 100101110 1100011 110011

Color Harmonies of #FE05F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE05F4

Black with #FE05F4

Text Example


Text Example

White with #FE05F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE05F4; }

 p { color: rgb(254,5,244); }

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

background-color css

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

 a { background-color: rgb(254,5,244); }

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

border-color css

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

 span { border-color: rgb(254,5,244); }

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