Html Css Color HEX #F90ADB Hot Magenta

📋 copy color: '#F90ADB'

red 249 ◦ green 10 ◦ blue 219

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

Shades of Hot Magenta #F90ADB

Tints of Hot Magenta #F90ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 52.09%
G = 2.09%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F90ADB (or 0xF90ADB) is known color: Hot Magenta. HEX triplet: F9, 0A and DB. RGB value is (249,10,219). Sum of RGB (Red+Green+Blue) = 249+10+219=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 10 (4.30% from 255 or 2.09% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ADB is #06F524. Grayscale: #686868. Windows color (decimal): -455973 or 14355193. OLE color: 14355193.

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

Color convert

RGB 249 10 219 -
CMYK 0 0.96 0.12 0.02
HSL 307.53º 0.95% 0.51% -
HSV(B) 307.53º 0.96% 0.98% -
XYZ 51.96 25.47 69.2 -
YUV 105.29 192.18 230.51 -
System Red Green Blue C M Y K H S L
Decimal 249 10 219 0 0.96 0.12 0.02 307.53 0.95 0.51
Hex F9 A DB 0 60 C 2 134 5F 33
Octal 371 12 333 0 140 14 2 464 137 63
Binary 11111001 1010 11011011 0 1100000 1100 10 100110100 1011111 110011

Color Harmonies of #F90ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90ADB

Black with #F90ADB

Text Example


Text Example

White with #F90ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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