Html Css Color HEX #F904D2 Hot Magenta

📋 copy color: '#F904D2'

red 249 ◦ green 4 ◦ blue 210

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

Shades of Hot Magenta #F904D2

Tints of Hot Magenta #F904D2

RGB

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

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

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

R = 53.78%
G = 0.86%
B = 45.36%

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

#F904D2 (or 0xF904D2) is known color: Hot Magenta. HEX triplet: F9, 04 and D2. RGB value is (249,4,210). Sum of RGB (Red+Green+Blue) = 249+4+210=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F904D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904D2 is #06FB2D. Grayscale: #646464. Windows color (decimal): -457518 or 13763833. OLE color: 13763833.

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

Color convert

RGB 249 4 210 -
CMYK 0 0.98 0.16 0.02
HSL 309.55º 0.97% 0.5% -
HSV(B) 309.55º 0.98% 0.98% -
XYZ 50.74 24.88 63.1 -
YUV 100.74 189.67 233.75 -
System Red Green Blue C M Y K H S L
Decimal 249 4 210 0 0.98 0.16 0.02 309.55 0.97 0.5
Hex F9 4 D2 0 62 10 2 136 61 32
Octal 371 4 322 0 142 20 2 466 141 62
Binary 11111001 100 11010010 0 1100010 10000 10 100110110 1100001 110010

Color Harmonies of #F904D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F904D2

Black with #F904D2

Text Example


Text Example

White with #F904D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F904D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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