Html Css Color HEX #F90CDB Hot Magenta

📋 copy color: '#F90CDB'

red 249 ◦ green 12 ◦ blue 219

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

Shades of Hot Magenta #F90CDB

Tints of Hot Magenta #F90CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.5%

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

R = 51.88%
G = 2.5%
B = 45.63%

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

#F90CDB (or 0xF90CDB) is known color: Hot Magenta. HEX triplet: F9, 0C and DB. RGB value is (249,12,219). Sum of RGB (Red+Green+Blue) = 249+12+219=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CDB is #06F324. Grayscale: #696969. Windows color (decimal): -455461 or 14355705. OLE color: 14355705.

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

Color convert

RGB 249 12 219 -
CMYK 0 0.95 0.12 0.02
HSL 307.59º 0.95% 0.51% -
HSV(B) 307.59º 0.95% 0.98% -
XYZ 51.98 25.52 69.2 -
YUV 106.46 191.52 229.67 -
System Red Green Blue C M Y K H S L
Decimal 249 12 219 0 0.95 0.12 0.02 307.59 0.95 0.51
Hex F9 C DB 0 5F C 2 134 5F 33
Octal 371 14 333 0 137 14 2 464 137 63
Binary 11111001 1100 11011011 0 1011111 1100 10 100110100 1011111 110011

Color Harmonies of #F90CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CDB

Black with #F90CDB

Text Example


Text Example

White with #F90CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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