Html Css Color HEX #F901EC Magenta

📋 copy color: '#F901EC'

red 249 ◦ green 1 ◦ blue 236

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

Shades of Magenta #F901EC

Tints of Magenta #F901EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 51.23%
G = 0.21%
B = 48.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F901EC (or 0xF901EC) is known color: Magenta. HEX triplet: F9, 01 and EC. RGB value is (249,1,236). Sum of RGB (Red+Green+Blue) = 249+1+236=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F901EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F901EC is #06FE13. Grayscale: #656565. Windows color (decimal): -458260 or 15467001. OLE color: 15467001.

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

Color convert

RGB 249 1 236 -
CMYK 0 1.00 0.05 0.02
HSL 303.15º 0.99% 0.49% -
HSV(B) 303.15º 1% 0.98% -
XYZ 54.22 26.22 81.56 -
YUV 101.94 203.66 232.89 -
System Red Green Blue C M Y K H S L
Decimal 249 1 236 0 1.00 0.05 0.02 303.15 0.99 0.49
Hex F9 1 EC 0 64 5 2 12F 63 31
Octal 371 1 354 0 144 5 2 457 143 61
Binary 11111001 1 11101100 0 1100100 101 10 100101111 1100011 110001

Color Harmonies of #F901EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901EC

Black with #F901EC

Text Example


Text Example

White with #F901EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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