Html Css Color HEX #F90FDB Hot Magenta

📋 copy color: '#F90FDB'

red 249 ◦ green 15 ◦ blue 219

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

Shades of Hot Magenta #F90FDB

Tints of Hot Magenta #F90FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.11%

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

R = 51.55%
G = 3.11%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F90FDB (or 0xF90FDB) is known color: Hot Magenta. HEX triplet: F9, 0F and DB. RGB value is (249,15,219). Sum of RGB (Red+Green+Blue) = 249+15+219=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FDB is #06F024. Grayscale: #6B6B6B. Windows color (decimal): -454693 or 14356473. OLE color: 14356473.

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

Color convert

RGB 249 15 219 -
CMYK 0 0.94 0.12 0.02
HSL 307.69º 0.95% 0.52% -
HSV(B) 307.69º 0.94% 0.98% -
XYZ 52.02 25.6 69.22 -
YUV 108.22 190.52 228.41 -
System Red Green Blue C M Y K H S L
Decimal 249 15 219 0 0.94 0.12 0.02 307.69 0.95 0.52
Hex F9 F DB 0 5E C 2 134 5F 34
Octal 371 17 333 0 136 14 2 464 137 64
Binary 11111001 1111 11011011 0 1011110 1100 10 100110100 1011111 110100

Color Harmonies of #F90FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FDB

Black with #F90FDB

Text Example


Text Example

White with #F90FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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