Html Css Color HEX #F901EF Magenta

📋 copy color: '#F901EF'

red 249 ◦ green 1 ◦ blue 239

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

Shades of Magenta #F901EF

Tints of Magenta #F901EF

RGB

 RED value IS 249 (97.66% from 255) = 50.92%

 GREEN value IS 1 (0.78% from 255) = 0.2%

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 50.92%
G = 0.2%
B = 48.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F901EF (or 0xF901EF) is known color: Magenta. HEX triplet: F9, 01 and EF. RGB value is (249,1,239). Sum of RGB (Red+Green+Blue) = 249+1+239=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 1 (0.78% from 255 or 0.20% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F901EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F901EF is #06FE10. Grayscale: #656565. Windows color (decimal): -458257 or 15663609. OLE color: 15663609.

HSL color Cylindrical-coordinate representation of color #F901EF: hue angle of 302.42º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901EF is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 239 -
CMYK 0 1.00 0.04 0.02
HSL 302.42º 0.99% 0.49% -
HSV(B) 302.42º 1% 0.98% -
XYZ 54.66 26.39 83.88 -
YUV 102.28 205.16 232.65 -
System Red Green Blue C M Y K H S L
Decimal 249 1 239 0 1.00 0.04 0.02 302.42 0.99 0.49
Hex F9 1 EF 0 64 4 2 12E 63 31
Octal 371 1 357 0 144 4 2 456 143 61
Binary 11111001 1 11101111 0 1100100 100 10 100101110 1100011 110001

Color Harmonies of #F901EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901EF

Black with #F901EF

Text Example


Text Example

White with #F901EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901EF; }

 p { color: rgb(249,1,239); }

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

background-color css

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

 a { background-color: rgb(249,1,239); }

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

border-color css

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

 span { border-color: rgb(249,1,239); }

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