Html Css Color HEX #F901F6 Magenta

📋 copy color: '#F901F6'

red 249 ◦ green 1 ◦ blue 246

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

Shades of Magenta #F901F6

Tints of Magenta #F901F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.6%

R = 50.2%
G = 0.2%
B = 49.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F901F6 (or 0xF901F6) is known color: Magenta. HEX triplet: F9, 01 and F6. RGB value is (249,1,246). Sum of RGB (Red+Green+Blue) = 249+1+246=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 1 (0.78% from 255 or 0.20% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F901F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F901F6 is #06FE09. Grayscale: #666666. Windows color (decimal): -458250 or 16122361. OLE color: 16122361.

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

Color convert

RGB 249 1 246 -
CMYK 0 1.00 0.01 0.02
HSL 300.73º 0.99% 0.49% -
HSV(B) 300.73º 1% 0.98% -
XYZ 55.71 26.82 89.43 -
YUV 103.08 208.66 232.08 -
System Red Green Blue C M Y K H S L
Decimal 249 1 246 0 1.00 0.01 0.02 300.73 0.99 0.49
Hex F9 1 F6 0 64 1 2 12D 63 31
Octal 371 1 366 0 144 1 2 455 143 61
Binary 11111001 1 11110110 0 1100100 1 10 100101101 1100011 110001

Color Harmonies of #F901F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901F6

Black with #F901F6

Text Example


Text Example

White with #F901F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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