Html Css Color HEX #FA04E2 Hot Magenta

📋 copy color: '#FA04E2'

red 250 ◦ green 4 ◦ blue 226

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

Shades of Hot Magenta #FA04E2

Tints of Hot Magenta #FA04E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.08%

R = 52.08%
G = 0.83%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA04E2 (or 0xFA04E2) is known color: Hot Magenta. HEX triplet: FA, 04 and E2. RGB value is (250,4,226). Sum of RGB (Red+Green+Blue) = 250+4+226=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 4 (1.95% from 255 or 0.83% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04E2 is #05FB1D. Grayscale: #666666. Windows color (decimal): -391966 or 14812410. OLE color: 14812410.

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

Color convert

RGB 250 4 226 -
CMYK 0 0.98 0.10 0.02
HSL 305.85º 0.97% 0.5% -
HSV(B) 305.85º 0.98% 0.98% -
XYZ 53.2 25.9 74.15 -
YUV 102.86 197.5 232.95 -
System Red Green Blue C M Y K H S L
Decimal 250 4 226 0 0.98 0.10 0.02 305.85 0.97 0.5
Hex FA 4 E2 0 62 A 2 132 61 32
Octal 372 4 342 0 142 12 2 462 141 62
Binary 11111010 100 11100010 0 1100010 1010 10 100110010 1100001 110010

Color Harmonies of #FA04E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04E2

Black with #FA04E2

Text Example


Text Example

White with #FA04E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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