Html Css Color HEX #F90AD1 Hot Magenta

📋 copy color: '#F90AD1'

red 249 ◦ green 10 ◦ blue 209

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

Shades of Hot Magenta #F90AD1

Tints of Hot Magenta #F90AD1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.14%

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 53.21%
G = 2.14%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F90AD1 (or 0xF90AD1) is known color: Hot Magenta. HEX triplet: F9, 0A and D1. RGB value is (249,10,209). Sum of RGB (Red+Green+Blue) = 249+10+209=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90AD1 is #06F52E. Grayscale: #676767. Windows color (decimal): -455983 or 13699833. OLE color: 13699833.

HSL color Cylindrical-coordinate representation of color #F90AD1: hue angle of 310.04º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90AD1 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 10 209 -
CMYK 0 0.96 0.16 0.02
HSL 310.04º 0.95% 0.51% -
HSV(B) 310.04º 0.96% 0.98% -
XYZ 50.68 24.96 62.47 -
YUV 104.15 187.18 231.32 -
System Red Green Blue C M Y K H S L
Decimal 249 10 209 0 0.96 0.16 0.02 310.04 0.95 0.51
Hex F9 A D1 0 60 10 2 136 5F 33
Octal 371 12 321 0 140 20 2 466 137 63
Binary 11111001 1010 11010001 0 1100000 10000 10 100110110 1011111 110011

Color Harmonies of #F90AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90AD1

Black with #F90AD1

Text Example


Text Example

White with #F90AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90AD1; }

 p { color: rgb(249,10,209); }

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

background-color css

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

 a { background-color: rgb(249,10,209); }

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

border-color css

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

 span { border-color: rgb(249,10,209); }

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