Html Css Color HEX #FE09FC Magenta

📋 copy color: '#FE09FC'

red 254 ◦ green 9 ◦ blue 252

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

Shades of Magenta #FE09FC

Tints of Magenta #FE09FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 49.32%
G = 1.75%
B = 48.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE09FC (or 0xFE09FC) is known color: Magenta. HEX triplet: FE, 09 and FC. RGB value is (254,9,252). Sum of RGB (Red+Green+Blue) = 254+9+252=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 9 (3.91% from 255 or 1.75% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE09FC is #01F603. Grayscale: #6D6D6D. Windows color (decimal): -128516 or 16517630. OLE color: 16517630.

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

Color convert

RGB 254 9 252 -
CMYK 0 0.96 0.01 0.00
HSL 300.49º 0.99% 0.52% -
HSV(B) 300.49º 0.96% 1% -
XYZ 58.54 28.29 94.47 -
YUV 109.96 208.17 230.74 -
System Red Green Blue C M Y K H S L
Decimal 254 9 252 0 0.96 0.01 0.00 300.49 0.99 0.52
Hex FE 9 FC 0 60 1 0 12C 63 34
Octal 376 11 374 0 140 1 0 454 143 64
Binary 11111110 1001 11111100 0 1100000 1 0 100101100 1100011 110100

Color Harmonies of #FE09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE09FC

Black with #FE09FC

Text Example


Text Example

White with #FE09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE09FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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