Html Css Color HEX #FE09F1 Magenta

📋 copy color: '#FE09F1'

red 254 ◦ green 9 ◦ blue 241

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

Shades of Magenta #FE09F1

Tints of Magenta #FE09F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 50.4%
G = 1.79%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE09F1 (or 0xFE09F1) is known color: Magenta. HEX triplet: FE, 09 and F1. RGB value is (254,9,241). Sum of RGB (Red+Green+Blue) = 254+9+241=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 9 (3.91% from 255 or 1.79% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE09F1 is #01F60E. Grayscale: #6C6C6C. Windows color (decimal): -128527 or 15796734. OLE color: 15796734.

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

Color convert

RGB 254 9 241 -
CMYK 0 0.96 0.05 0.00
HSL 303.18º 0.99% 0.52% -
HSV(B) 303.18º 0.96% 1% -
XYZ 56.85 27.62 85.55 -
YUV 108.7 202.67 231.64 -
System Red Green Blue C M Y K H S L
Decimal 254 9 241 0 0.96 0.05 0.00 303.18 0.99 0.52
Hex FE 9 F1 0 60 5 0 12F 63 34
Octal 376 11 361 0 140 5 0 457 143 64
Binary 11111110 1001 11110001 0 1100000 101 0 100101111 1100011 110100

Color Harmonies of #FE09F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE09F1

Black with #FE09F1

Text Example


Text Example

White with #FE09F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE09F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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