Html Css Color HEX #F901D0 Hot Magenta

📋 copy color: '#F901D0'

red 249 ◦ green 1 ◦ blue 208

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

Shades of Hot Magenta #F901D0

Tints of Hot Magenta #F901D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.41%

R = 54.37%
G = 0.22%
B = 45.41%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F901D0 (or 0xF901D0) is known color: Hot Magenta. HEX triplet: F9, 01 and D0. RGB value is (249,1,208). Sum of RGB (Red+Green+Blue) = 249+1+208=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F901D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901D0 is #06FE2F. Grayscale: #626262. Windows color (decimal): -458288 or 13631993. OLE color: 13631993.

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

Color convert

RGB 249 1 208 -
CMYK 0 1.00 0.16 0.02
HSL 309.92º 0.99% 0.49% -
HSV(B) 309.92º 1% 0.98% -
XYZ 50.46 24.72 61.79 -
YUV 98.75 189.66 235.17 -
System Red Green Blue C M Y K H S L
Decimal 249 1 208 0 1.00 0.16 0.02 309.92 0.99 0.49
Hex F9 1 D0 0 64 10 2 136 63 31
Octal 371 1 320 0 144 20 2 466 143 61
Binary 11111001 1 11010000 0 1100100 10000 10 100110110 1100011 110001

Color Harmonies of #F901D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901D0

Black with #F901D0

Text Example


Text Example

White with #F901D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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