Html Css Color HEX #F901F1 Magenta

📋 copy color: '#F901F1'

red 249 ◦ green 1 ◦ blue 241

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

Shades of Magenta #F901F1

Tints of Magenta #F901F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 50.71%
G = 0.2%
B = 49.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F901F1 (or 0xF901F1) is known color: Magenta. HEX triplet: F9, 01 and F1. RGB value is (249,1,241). Sum of RGB (Red+Green+Blue) = 249+1+241=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 1 (0.78% from 255 or 0.20% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F901F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F901F1 is #06FE0E. Grayscale: #656565. Windows color (decimal): -458255 or 15794681. OLE color: 15794681.

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

Color convert

RGB 249 1 241 -
CMYK 0 1.00 0.03 0.02
HSL 301.94º 0.99% 0.49% -
HSV(B) 301.94º 1% 0.98% -
XYZ 54.95 26.51 85.44 -
YUV 102.51 206.16 232.49 -
System Red Green Blue C M Y K H S L
Decimal 249 1 241 0 1.00 0.03 0.02 301.94 0.99 0.49
Hex F9 1 F1 0 64 3 2 12E 63 31
Octal 371 1 361 0 144 3 2 456 143 61
Binary 11111001 1 11110001 0 1100100 11 10 100101110 1100011 110001

Color Harmonies of #F901F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901F1

Black with #F901F1

Text Example


Text Example

White with #F901F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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