Html Css Color HEX #FA15E0 Hot Magenta

📋 copy color: '#FA15E0'

red 250 ◦ green 21 ◦ blue 224

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

Shades of Hot Magenta #FA15E0

Tints of Hot Magenta #FA15E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 50.51%
G = 4.24%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA15E0 (or 0xFA15E0) is known color: Hot Magenta. HEX triplet: FA, 15 and E0. RGB value is (250,21,224). Sum of RGB (Red+Green+Blue) = 250+21+224=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15E0 is #05EA1F. Grayscale: #707070. Windows color (decimal): -387616 or 14685690. OLE color: 14685690.

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

Color convert

RGB 250 21 224 -
CMYK 0 0.92 0.10 0.02
HSL 306.81º 0.96% 0.53% -
HSV(B) 306.81º 0.92% 0.98% -
XYZ 53.15 26.24 72.79 -
YUV 112.61 190.87 225.99 -
System Red Green Blue C M Y K H S L
Decimal 250 21 224 0 0.92 0.10 0.02 306.81 0.96 0.53
Hex FA 15 E0 0 5C A 2 133 60 35
Octal 372 25 340 0 134 12 2 463 140 65
Binary 11111010 10101 11100000 0 1011100 1010 10 100110011 1100000 110101

Color Harmonies of #FA15E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15E0

Black with #FA15E0

Text Example


Text Example

White with #FA15E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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