Html Css Color HEX #F90ADE Hot Magenta

📋 copy color: '#F90ADE'

red 249 ◦ green 10 ◦ blue 222

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

Shades of Hot Magenta #F90ADE

Tints of Hot Magenta #F90ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 51.77%
G = 2.08%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F90ADE (or 0xF90ADE) is known color: Hot Magenta. HEX triplet: F9, 0A and DE. RGB value is (249,10,222). Sum of RGB (Red+Green+Blue) = 249+10+222=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 10 (4.30% from 255 or 2.08% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ADE is #06F521. Grayscale: #696969. Windows color (decimal): -455970 or 14551801. OLE color: 14551801.

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

Color convert

RGB 249 10 222 -
CMYK 0 0.96 0.11 0.02
HSL 306.78º 0.95% 0.51% -
HSV(B) 306.78º 0.96% 0.98% -
XYZ 52.36 25.63 71.29 -
YUV 105.63 193.68 230.26 -
System Red Green Blue C M Y K H S L
Decimal 249 10 222 0 0.96 0.11 0.02 306.78 0.95 0.51
Hex F9 A DE 0 60 B 2 133 5F 33
Octal 371 12 336 0 140 13 2 463 137 63
Binary 11111001 1010 11011110 0 1100000 1011 10 100110011 1011111 110011

Color Harmonies of #F90ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90ADE

Black with #F90ADE

Text Example


Text Example

White with #F90ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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