Html Css Color HEX #F901F0 Magenta

📋 copy color: '#F901F0'

red 249 ◦ green 1 ◦ blue 240

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

Shades of Magenta #F901F0

Tints of Magenta #F901F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 50.82%
G = 0.2%
B = 48.98%

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

#F901F0 (or 0xF901F0) is known color: Magenta. HEX triplet: F9, 01 and F0. RGB value is (249,1,240). Sum of RGB (Red+Green+Blue) = 249+1+240=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F901F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F901F0 is #06FE0F. Grayscale: #656565. Windows color (decimal): -458256 or 15729145. OLE color: 15729145.

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

Color convert

RGB 249 1 240 -
CMYK 0 1.00 0.04 0.02
HSL 302.18º 0.99% 0.49% -
HSV(B) 302.18º 1% 0.98% -
XYZ 54.81 26.45 84.66 -
YUV 102.4 205.66 232.57 -
System Red Green Blue C M Y K H S L
Decimal 249 1 240 0 1.00 0.04 0.02 302.18 0.99 0.49
Hex F9 1 F0 0 64 4 2 12E 63 31
Octal 371 1 360 0 144 4 2 456 143 61
Binary 11111001 1 11110000 0 1100100 100 10 100101110 1100011 110001

Color Harmonies of #F901F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901F0

Black with #F901F0

Text Example


Text Example

White with #F901F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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