Html Css Color HEX #FA0AE5 Hot Magenta

📋 copy color: '#FA0AE5'

red 250 ◦ green 10 ◦ blue 229

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

Shades of Hot Magenta #FA0AE5

Tints of Hot Magenta #FA0AE5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.04%

 BLUE value IS 229 (89.84% from 255) = 46.83%

R = 51.12%
G = 2.04%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA0AE5 (or 0xFA0AE5) is known color: Hot Magenta. HEX triplet: FA, 0A and E5. RGB value is (250,10,229). Sum of RGB (Red+Green+Blue) = 250+10+229=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 10 (4.30% from 255 or 2.04% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0AE5 is #05F51A. Grayscale: #6A6A6A. Windows color (decimal): -390427 or 15010554. OLE color: 15010554.

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

Color convert

RGB 250 10 229 -
CMYK 0 0.96 0.08 0.02
HSL 305.25º 0.96% 0.51% -
HSV(B) 305.25º 0.96% 0.98% -
XYZ 53.68 26.2 76.36 -
YUV 106.73 197.01 230.19 -
System Red Green Blue C M Y K H S L
Decimal 250 10 229 0 0.96 0.08 0.02 305.25 0.96 0.51
Hex FA A E5 0 60 8 2 131 60 33
Octal 372 12 345 0 140 10 2 461 140 63
Binary 11111010 1010 11100101 0 1100000 1000 10 100110001 1100000 110011

Color Harmonies of #FA0AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0AE5

Black with #FA0AE5

Text Example


Text Example

White with #FA0AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0AE5; }

 p { color: rgb(250,10,229); }

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

background-color css

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

 a { background-color: rgb(250,10,229); }

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

border-color css

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

 span { border-color: rgb(250,10,229); }

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