Html Css Color HEX #F904D1 Hot Magenta

📋 copy color: '#F904D1'

red 249 ◦ green 4 ◦ blue 209

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

Shades of Hot Magenta #F904D1

Tints of Hot Magenta #F904D1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.87%

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 53.9%
G = 0.87%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F904D1 (or 0xF904D1) is known color: Hot Magenta. HEX triplet: F9, 04 and D1. RGB value is (249,4,209). Sum of RGB (Red+Green+Blue) = 249+4+209=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 4 (1.95% from 255 or 0.87% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F904D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904D1 is #06FB2E. Grayscale: #646464. Windows color (decimal): -457519 or 13698297. OLE color: 13698297.

HSL color Cylindrical-coordinate representation of color #F904D1: hue angle of 309.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F904D1 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 4 209 -
CMYK 0 0.98 0.16 0.02
HSL 309.8º 0.97% 0.5% -
HSV(B) 309.8º 0.98% 0.98% -
XYZ 50.62 24.83 62.45 -
YUV 100.63 189.17 233.83 -
System Red Green Blue C M Y K H S L
Decimal 249 4 209 0 0.98 0.16 0.02 309.8 0.97 0.5
Hex F9 4 D1 0 62 10 2 136 61 32
Octal 371 4 321 0 142 20 2 466 141 62
Binary 11111001 100 11010001 0 1100010 10000 10 100110110 1100001 110010

Color Harmonies of #F904D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F904D1

Black with #F904D1

Text Example


Text Example

White with #F904D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F904D1; }

 p { color: rgb(249,4,209); }

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

background-color css

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

 a { background-color: rgb(249,4,209); }

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

border-color css

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

 span { border-color: rgb(249,4,209); }

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