Html Css Color HEX #F90BDD Hot Magenta

📋 copy color: '#F90BDD'

red 249 ◦ green 11 ◦ blue 221

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

Shades of Hot Magenta #F90BDD

Tints of Hot Magenta #F90BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 51.77%
G = 2.29%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F90BDD (or 0xF90BDD) is known color: Hot Magenta. HEX triplet: F9, 0B and DD. RGB value is (249,11,221). Sum of RGB (Red+Green+Blue) = 249+11+221=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 11 (4.69% from 255 or 2.29% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BDD is #06F422. Grayscale: #696969. Windows color (decimal): -455715 or 14486521. OLE color: 14486521.

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

Color convert

RGB 249 11 221 -
CMYK 0 0.96 0.11 0.02
HSL 307.06º 0.95% 0.51% -
HSV(B) 307.06º 0.96% 0.98% -
XYZ 52.24 25.6 70.59 -
YUV 106.1 192.85 229.92 -
System Red Green Blue C M Y K H S L
Decimal 249 11 221 0 0.96 0.11 0.02 307.06 0.95 0.51
Hex F9 B DD 0 60 B 2 133 5F 33
Octal 371 13 335 0 140 13 2 463 137 63
Binary 11111001 1011 11011101 0 1100000 1011 10 100110011 1011111 110011

Color Harmonies of #F90BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BDD

Black with #F90BDD

Text Example


Text Example

White with #F90BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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