Html Css Color HEX #F90BDC Hot Magenta

📋 copy color: '#F90BDC'

red 249 ◦ green 11 ◦ blue 220

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

Shades of Hot Magenta #F90BDC

Tints of Hot Magenta #F90BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.29%

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 51.88%
G = 2.29%
B = 45.83%

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

#F90BDC (or 0xF90BDC) is known color: Hot Magenta. HEX triplet: F9, 0B and DC. RGB value is (249,11,220). Sum of RGB (Red+Green+Blue) = 249+11+220=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 11 (4.69% from 255 or 2.29% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BDC is #06F423. Grayscale: #696969. Windows color (decimal): -455716 or 14420985. OLE color: 14420985.

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

Color convert

RGB 249 11 220 -
CMYK 0 0.96 0.12 0.02
HSL 307.31º 0.95% 0.51% -
HSV(B) 307.31º 0.96% 0.98% -
XYZ 52.1 25.55 69.89 -
YUV 105.99 192.35 230.01 -
System Red Green Blue C M Y K H S L
Decimal 249 11 220 0 0.96 0.12 0.02 307.31 0.95 0.51
Hex F9 B DC 0 60 C 2 133 5F 33
Octal 371 13 334 0 140 14 2 463 137 63
Binary 11111001 1011 11011100 0 1100000 1100 10 100110011 1011111 110011

Color Harmonies of #F90BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BDC

Black with #F90BDC

Text Example


Text Example

White with #F90BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BDC; }

 p { color: rgb(249,11,220); }

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

background-color css

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

 a { background-color: rgb(249,11,220); }

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

border-color css

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

 span { border-color: rgb(249,11,220); }

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