Html Css Color HEX #FA15E9 Magenta

📋 copy color: '#FA15E9'

red 250 ◦ green 21 ◦ blue 233

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

Shades of Magenta #FA15E9

Tints of Magenta #FA15E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.23%

R = 49.6%
G = 4.17%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA15E9 (or 0xFA15E9) is known color: Magenta. HEX triplet: FA, 15 and E9. RGB value is (250,21,233). Sum of RGB (Red+Green+Blue) = 250+21+233=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA15E9 is #05EA16. Grayscale: #717171. Windows color (decimal): -387607 or 15275514. OLE color: 15275514.

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

Color convert

RGB 250 21 233 -
CMYK 0 0.92 0.07 0.02
HSL 304.45º 0.96% 0.53% -
HSV(B) 304.45º 0.92% 0.98% -
XYZ 54.4 26.74 79.39 -
YUV 113.64 195.37 225.26 -
System Red Green Blue C M Y K H S L
Decimal 250 21 233 0 0.92 0.07 0.02 304.45 0.96 0.53
Hex FA 15 E9 0 5C 7 2 130 60 35
Octal 372 25 351 0 134 7 2 460 140 65
Binary 11111010 10101 11101001 0 1011100 111 10 100110000 1100000 110101

Color Harmonies of #FA15E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15E9

Black with #FA15E9

Text Example


Text Example

White with #FA15E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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