Html Css Color HEX #F90AD0 Hot Magenta

📋 copy color: '#F90AD0'

red 249 ◦ green 10 ◦ blue 208

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

Shades of Hot Magenta #F90AD0

Tints of Hot Magenta #F90AD0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.14%

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 53.32%
G = 2.14%
B = 44.54%

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

#F90AD0 (or 0xF90AD0) is known color: Hot Magenta. HEX triplet: F9, 0A and D0. RGB value is (249,10,208). Sum of RGB (Red+Green+Blue) = 249+10+208=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90AD0 is #06F52F. Grayscale: #676767. Windows color (decimal): -455984 or 13634297. OLE color: 13634297.

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

Color convert

RGB 249 10 208 -
CMYK 0 0.96 0.16 0.02
HSL 310.29º 0.95% 0.51% -
HSV(B) 310.29º 0.96% 0.98% -
XYZ 50.56 24.91 61.82 -
YUV 104.03 186.68 231.4 -
System Red Green Blue C M Y K H S L
Decimal 249 10 208 0 0.96 0.16 0.02 310.29 0.95 0.51
Hex F9 A D0 0 60 10 2 136 5F 33
Octal 371 12 320 0 140 20 2 466 137 63
Binary 11111001 1010 11010000 0 1100000 10000 10 100110110 1011111 110011

Color Harmonies of #F90AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90AD0

Black with #F90AD0

Text Example


Text Example

White with #F90AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90AD0; }

 p { color: rgb(249,10,208); }

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

background-color css

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

 a { background-color: rgb(249,10,208); }

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

border-color css

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

 span { border-color: rgb(249,10,208); }

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