Html Css Color HEX #FA04D5 Hot Magenta

📋 copy color: '#FA04D5'

red 250 ◦ green 4 ◦ blue 213

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

Shades of Hot Magenta #FA04D5

Tints of Hot Magenta #FA04D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 53.53%
G = 0.86%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA04D5 (or 0xFA04D5) is known color: Hot Magenta. HEX triplet: FA, 04 and D5. RGB value is (250,4,213). Sum of RGB (Red+Green+Blue) = 250+4+213=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04D5 is #05FB2A. Grayscale: #646464. Windows color (decimal): -391979 or 13960442. OLE color: 13960442.

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

Color convert

RGB 250 4 213 -
CMYK 0 0.98 0.15 0.02
HSL 309.02º 0.97% 0.5% -
HSV(B) 309.02º 0.98% 0.98% -
XYZ 51.48 25.21 65.1 -
YUV 101.38 191 234.01 -
System Red Green Blue C M Y K H S L
Decimal 250 4 213 0 0.98 0.15 0.02 309.02 0.97 0.5
Hex FA 4 D5 0 62 F 2 135 61 32
Octal 372 4 325 0 142 17 2 465 141 62
Binary 11111010 100 11010101 0 1100010 1111 10 100110101 1100001 110010

Color Harmonies of #FA04D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04D5

Black with #FA04D5

Text Example


Text Example

White with #FA04D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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