Html Css Color HEX #FA04D9 Hot Magenta

📋 copy color: '#FA04D9'

red 250 ◦ green 4 ◦ blue 217

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

Shades of Hot Magenta #FA04D9

Tints of Hot Magenta #FA04D9

RGB

 RED value IS 250 (98.05% from 255) = 53.08%

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

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 53.08%
G = 0.85%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA04D9 (or 0xFA04D9) is known color: Hot Magenta. HEX triplet: FA, 04 and D9. RGB value is (250,4,217). Sum of RGB (Red+Green+Blue) = 250+4+217=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04D9 is #05FB26. Grayscale: #656565. Windows color (decimal): -391975 or 14222586. OLE color: 14222586.

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

Color convert

RGB 250 4 217 -
CMYK 0 0.98 0.13 0.02
HSL 308.05º 0.97% 0.5% -
HSV(B) 308.05º 0.98% 0.98% -
XYZ 51.99 25.42 67.81 -
YUV 101.84 193 233.68 -
System Red Green Blue C M Y K H S L
Decimal 250 4 217 0 0.98 0.13 0.02 308.05 0.97 0.5
Hex FA 4 D9 0 62 D 2 134 61 32
Octal 372 4 331 0 142 15 2 464 141 62
Binary 11111010 100 11011001 0 1100010 1101 10 100110100 1100001 110010

Color Harmonies of #FA04D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04D9

Black with #FA04D9

Text Example


Text Example

White with #FA04D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04D9; }

 p { color: rgb(250,4,217); }

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

background-color css

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

 a { background-color: rgb(250,4,217); }

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

border-color css

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

 span { border-color: rgb(250,4,217); }

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