Html Css Color HEX #F90BD2 Hot Magenta

📋 copy color: '#F90BD2'

red 249 ◦ green 11 ◦ blue 210

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

Shades of Hot Magenta #F90BD2

Tints of Hot Magenta #F90BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 52.98%
G = 2.34%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F90BD2 (or 0xF90BD2) is known color: Hot Magenta. HEX triplet: F9, 0B and D2. RGB value is (249,11,210). Sum of RGB (Red+Green+Blue) = 249+11+210=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BD2 is #06F42D. Grayscale: #686868. Windows color (decimal): -455726 or 13765625. OLE color: 13765625.

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

Color convert

RGB 249 11 210 -
CMYK 0 0.96 0.16 0.02
HSL 309.83º 0.95% 0.51% -
HSV(B) 309.83º 0.96% 0.98% -
XYZ 50.82 25.03 63.13 -
YUV 104.85 187.35 230.82 -
System Red Green Blue C M Y K H S L
Decimal 249 11 210 0 0.96 0.16 0.02 309.83 0.95 0.51
Hex F9 B D2 0 60 10 2 136 5F 33
Octal 371 13 322 0 140 20 2 466 137 63
Binary 11111001 1011 11010010 0 1100000 10000 10 100110110 1011111 110011

Color Harmonies of #F90BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BD2

Black with #F90BD2

Text Example


Text Example

White with #F90BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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