Html Css Color HEX #F90AD4 Hot Magenta

📋 copy color: '#F90AD4'

red 249 ◦ green 10 ◦ blue 212

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

Shades of Hot Magenta #F90AD4

Tints of Hot Magenta #F90AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 52.87%
G = 2.12%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F90AD4 (or 0xF90AD4) is known color: Hot Magenta. HEX triplet: F9, 0A and D4. RGB value is (249,10,212). Sum of RGB (Red+Green+Blue) = 249+10+212=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90AD4 is #06F52B. Grayscale: #676767. Windows color (decimal): -455980 or 13896441. OLE color: 13896441.

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

Color convert

RGB 249 10 212 -
CMYK 0 0.96 0.15 0.02
HSL 309.29º 0.95% 0.51% -
HSV(B) 309.29º 0.96% 0.98% -
XYZ 51.06 25.11 64.44 -
YUV 104.49 188.68 231.07 -
System Red Green Blue C M Y K H S L
Decimal 249 10 212 0 0.96 0.15 0.02 309.29 0.95 0.51
Hex F9 A D4 0 60 F 2 135 5F 33
Octal 371 12 324 0 140 17 2 465 137 63
Binary 11111001 1010 11010100 0 1100000 1111 10 100110101 1011111 110011

Color Harmonies of #F90AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90AD4

Black with #F90AD4

Text Example


Text Example

White with #F90AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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