Html Css Color HEX #F90DDB Hot Magenta

📋 copy color: '#F90DDB'

red 249 ◦ green 13 ◦ blue 219

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

Shades of Hot Magenta #F90DDB

Tints of Hot Magenta #F90DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.7%

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

R = 51.77%
G = 2.7%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F90DDB (or 0xF90DDB) is known color: Hot Magenta. HEX triplet: F9, 0D and DB. RGB value is (249,13,219). Sum of RGB (Red+Green+Blue) = 249+13+219=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 13 (5.47% from 255 or 2.70% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90DDB is #06F224. Grayscale: #6A6A6A. Windows color (decimal): -455205 or 14355961. OLE color: 14355961.

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

Color convert

RGB 249 13 219 -
CMYK 0 0.95 0.12 0.02
HSL 307.63º 0.95% 0.51% -
HSV(B) 307.63º 0.95% 0.98% -
XYZ 52 25.54 69.21 -
YUV 107.05 191.19 229.25 -
System Red Green Blue C M Y K H S L
Decimal 249 13 219 0 0.95 0.12 0.02 307.63 0.95 0.51
Hex F9 D DB 0 5F C 2 134 5F 33
Octal 371 15 333 0 137 14 2 464 137 63
Binary 11111001 1101 11011011 0 1011111 1100 10 100110100 1011111 110011

Color Harmonies of #F90DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DDB

Black with #F90DDB

Text Example


Text Example

White with #F90DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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