Html Css Color HEX #FE09FD Magenta

📋 copy color: '#FE09FD'

red 254 ◦ green 9 ◦ blue 253

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

Shades of Magenta #FE09FD

Tints of Magenta #FE09FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 49.22%
G = 1.74%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE09FD (or 0xFE09FD) is known color: Magenta. HEX triplet: FE, 09 and FD. RGB value is (254,9,253). Sum of RGB (Red+Green+Blue) = 254+9+253=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 9 (3.91% from 255 or 1.74% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE09FD is #01F602. Grayscale: #6D6D6D. Windows color (decimal): -128515 or 16583166. OLE color: 16583166.

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

Color convert

RGB 254 9 253 -
CMYK 0 0.96 0.00 0.00
HSL 300.24º 0.99% 0.52% -
HSV(B) 300.24º 0.96% 1% -
XYZ 58.7 28.36 95.31 -
YUV 110.07 208.67 230.66 -
System Red Green Blue C M Y K H S L
Decimal 254 9 253 0 0.96 0.00 0.00 300.24 0.99 0.52
Hex FE 9 FD 0 60 0 0 12C 63 34
Octal 376 11 375 0 140 0 0 454 143 64
Binary 11111110 1001 11111101 0 1100000 0 0 100101100 1100011 110100

Color Harmonies of #FE09FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE09FD

Black with #FE09FD

Text Example


Text Example

White with #FE09FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE09FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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