Html Css Color HEX #F90ADF Hot Magenta

📋 copy color: '#F90ADF'

red 249 ◦ green 10 ◦ blue 223

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

Shades of Hot Magenta #F90ADF

Tints of Hot Magenta #F90ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 51.66%
G = 2.07%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F90ADF (or 0xF90ADF) is known color: Hot Magenta. HEX triplet: F9, 0A and DF. RGB value is (249,10,223). Sum of RGB (Red+Green+Blue) = 249+10+223=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 10 (4.30% from 255 or 2.07% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ADF is #06F520. Grayscale: #696969. Windows color (decimal): -455969 or 14617337. OLE color: 14617337.

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

Color convert

RGB 249 10 223 -
CMYK 0 0.96 0.10 0.02
HSL 306.53º 0.95% 0.51% -
HSV(B) 306.53º 0.96% 0.98% -
XYZ 52.49 25.68 72 -
YUV 105.74 194.18 230.18 -
System Red Green Blue C M Y K H S L
Decimal 249 10 223 0 0.96 0.10 0.02 306.53 0.95 0.51
Hex F9 A DF 0 60 A 2 133 5F 33
Octal 371 12 337 0 140 12 2 463 137 63
Binary 11111001 1010 11011111 0 1100000 1010 10 100110011 1011111 110011

Color Harmonies of #F90ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90ADF

Black with #F90ADF

Text Example


Text Example

White with #F90ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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