Html Css Color HEX #FA15E3 Hot Magenta

📋 copy color: '#FA15E3'

red 250 ◦ green 21 ◦ blue 227

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

Shades of Hot Magenta #FA15E3

Tints of Hot Magenta #FA15E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.58%

R = 50.2%
G = 4.22%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FA15E3 (or 0xFA15E3) is known color: Hot Magenta. HEX triplet: FA, 15 and E3. RGB value is (250,21,227). Sum of RGB (Red+Green+Blue) = 250+21+227=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 21 (8.59% from 255 or 4.22% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15E3 is #05EA1C. Grayscale: #707070. Windows color (decimal): -387613 or 14882298. OLE color: 14882298.

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

Color convert

RGB 250 21 227 -
CMYK 0 0.92 0.09 0.02
HSL 306.03º 0.96% 0.53% -
HSV(B) 306.03º 0.92% 0.98% -
XYZ 53.56 26.41 74.95 -
YUV 112.96 192.37 225.75 -
System Red Green Blue C M Y K H S L
Decimal 250 21 227 0 0.92 0.09 0.02 306.03 0.96 0.53
Hex FA 15 E3 0 5C 9 2 132 60 35
Octal 372 25 343 0 134 11 2 462 140 65
Binary 11111010 10101 11100011 0 1011100 1001 10 100110010 1100000 110101

Color Harmonies of #FA15E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15E3

Black with #FA15E3

Text Example


Text Example

White with #FA15E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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