Html Css Color HEX #F901D9 Hot Magenta

📋 copy color: '#F901D9'

red 249 ◦ green 1 ◦ blue 217

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

Shades of Hot Magenta #F901D9

Tints of Hot Magenta #F901D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.47%

R = 53.32%
G = 0.21%
B = 46.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F901D9 (or 0xF901D9) is known color: Hot Magenta. HEX triplet: F9, 01 and D9. RGB value is (249,1,217). Sum of RGB (Red+Green+Blue) = 249+1+217=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F901D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901D9 is #06FE26. Grayscale: #636363. Windows color (decimal): -458279 or 14221817. OLE color: 14221817.

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

Color convert

RGB 249 1 217 -
CMYK 0 1.00 0.13 0.02
HSL 307.74º 0.99% 0.49% -
HSV(B) 307.74º 1% 0.98% -
XYZ 51.6 25.17 67.78 -
YUV 99.78 194.16 234.44 -
System Red Green Blue C M Y K H S L
Decimal 249 1 217 0 1.00 0.13 0.02 307.74 0.99 0.49
Hex F9 1 D9 0 64 D 2 134 63 31
Octal 371 1 331 0 144 15 2 464 143 61
Binary 11111001 1 11011001 0 1100100 1101 10 100110100 1100011 110001

Color Harmonies of #F901D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901D9

Black with #F901D9

Text Example


Text Example

White with #F901D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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