Html Css Color HEX #F90ADD Hot Magenta

📋 copy color: '#F90ADD'

red 249 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #F90ADD

Tints of Hot Magenta #F90ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 51.88%
G = 2.08%
B = 46.04%

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

#F90ADD (or 0xF90ADD) is known color: Hot Magenta. HEX triplet: F9, 0A and DD. RGB value is (249,10,221). Sum of RGB (Red+Green+Blue) = 249+10+221=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ADD is #06F522. Grayscale: #686868. Windows color (decimal): -455971 or 14486265. OLE color: 14486265.

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

Color convert

RGB 249 10 221 -
CMYK 0 0.96 0.11 0.02
HSL 307.03º 0.95% 0.51% -
HSV(B) 307.03º 0.96% 0.98% -
XYZ 52.23 25.58 70.59 -
YUV 105.52 193.18 230.34 -
System Red Green Blue C M Y K H S L
Decimal 249 10 221 0 0.96 0.11 0.02 307.03 0.95 0.51
Hex F9 A DD 0 60 B 2 133 5F 33
Octal 371 12 335 0 140 13 2 463 137 63
Binary 11111001 1010 11011101 0 1100000 1011 10 100110011 1011111 110011

Color Harmonies of #F90ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90ADD

Black with #F90ADD

Text Example


Text Example

White with #F90ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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