Html Css Color HEX #FA15E5 Hot Magenta

📋 copy color: '#FA15E5'

red 250 ◦ green 21 ◦ blue 229

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

Shades of Hot Magenta #FA15E5

Tints of Hot Magenta #FA15E5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.2%

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

R = 50%
G = 4.2%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA15E5 (or 0xFA15E5) is known color: Hot Magenta. HEX triplet: FA, 15 and E5. RGB value is (250,21,229). Sum of RGB (Red+Green+Blue) = 250+21+229=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15E5 is #05EA1A. Grayscale: #707070. Windows color (decimal): -387611 or 15013370. OLE color: 15013370.

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

Color convert

RGB 250 21 229 -
CMYK 0 0.92 0.08 0.02
HSL 305.5º 0.96% 0.53% -
HSV(B) 305.5º 0.92% 0.98% -
XYZ 53.84 26.52 76.41 -
YUV 113.18 193.37 225.59 -
System Red Green Blue C M Y K H S L
Decimal 250 21 229 0 0.92 0.08 0.02 305.5 0.96 0.53
Hex FA 15 E5 0 5C 8 2 132 60 35
Octal 372 25 345 0 134 10 2 462 140 65
Binary 11111010 10101 11100101 0 1011100 1000 10 100110010 1100000 110101

Color Harmonies of #FA15E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15E5

Black with #FA15E5

Text Example


Text Example

White with #FA15E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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