Html Css Color HEX #F90BDA Hot Magenta

📋 copy color: '#F90BDA'

red 249 ◦ green 11 ◦ blue 218

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

Shades of Hot Magenta #F90BDA

Tints of Hot Magenta #F90BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 52.09%
G = 2.3%
B = 45.61%

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

#F90BDA (or 0xF90BDA) is known color: Hot Magenta. HEX triplet: F9, 0B and DA. RGB value is (249,11,218). Sum of RGB (Red+Green+Blue) = 249+11+218=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BDA is #06F425. Grayscale: #696969. Windows color (decimal): -455718 or 14289913. OLE color: 14289913.

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

Color convert

RGB 249 11 218 -
CMYK 0 0.96 0.12 0.02
HSL 307.82º 0.95% 0.51% -
HSV(B) 307.82º 0.96% 0.98% -
XYZ 51.84 25.44 68.51 -
YUV 105.76 191.35 230.17 -
System Red Green Blue C M Y K H S L
Decimal 249 11 218 0 0.96 0.12 0.02 307.82 0.95 0.51
Hex F9 B DA 0 60 C 2 134 5F 33
Octal 371 13 332 0 140 14 2 464 137 63
Binary 11111001 1011 11011010 0 1100000 1100 10 100110100 1011111 110011

Color Harmonies of #F90BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BDA

Black with #F90BDA

Text Example


Text Example

White with #F90BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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