Html Css Color HEX #FE09F5 Magenta

📋 copy color: '#FE09F5'

red 254 ◦ green 9 ◦ blue 245

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

Shades of Magenta #FE09F5

Tints of Magenta #FE09F5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.77%

 BLUE value IS 245 (96.09% from 255) = 48.23%

R = 50%
G = 1.77%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE09F5 (or 0xFE09F5) is known color: Magenta. HEX triplet: FE, 09 and F5. RGB value is (254,9,245). Sum of RGB (Red+Green+Blue) = 254+9+245=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 9 (3.91% from 255 or 1.77% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE09F5 is #01F60A. Grayscale: #6C6C6C. Windows color (decimal): -128523 or 16058878. OLE color: 16058878.

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

Color convert

RGB 254 9 245 -
CMYK 0 0.96 0.04 0.00
HSL 302.2º 0.99% 0.52% -
HSV(B) 302.2º 0.96% 1% -
XYZ 57.45 27.86 88.74 -
YUV 109.16 204.67 231.31 -
System Red Green Blue C M Y K H S L
Decimal 254 9 245 0 0.96 0.04 0.00 302.2 0.99 0.52
Hex FE 9 F5 0 60 4 0 12E 63 34
Octal 376 11 365 0 140 4 0 456 143 64
Binary 11111110 1001 11110101 0 1100000 100 0 100101110 1100011 110100

Color Harmonies of #FE09F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE09F5

Black with #FE09F5

Text Example


Text Example

White with #FE09F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE09F5; }

 p { color: rgb(254,9,245); }

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

background-color css

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

 a { background-color: rgb(254,9,245); }

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

border-color css

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

 span { border-color: rgb(254,9,245); }

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