Html Css Color HEX #FA15F9 Magenta

📋 copy color: '#FA15F9'

red 250 ◦ green 21 ◦ blue 249

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

Shades of Magenta #FA15F9

Tints of Magenta #FA15F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.88%

R = 48.08%
G = 4.04%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA15F9 (or 0xFA15F9) is known color: Magenta. HEX triplet: FA, 15 and F9. RGB value is (250,21,249). Sum of RGB (Red+Green+Blue) = 250+21+249=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 21 (8.59% from 255 or 4.04% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA15F9 is #05EA06. Grayscale: #727272. Windows color (decimal): -387591 or 16324090. OLE color: 16324090.

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

Color convert

RGB 250 21 249 -
CMYK 0 0.92 0.00 0.02
HSL 300.26º 0.96% 0.53% -
HSV(B) 300.26º 0.92% 0.98% -
XYZ 56.79 27.7 91.98 -
YUV 115.46 203.37 223.96 -
System Red Green Blue C M Y K H S L
Decimal 250 21 249 0 0.92 0.00 0.02 300.26 0.96 0.53
Hex FA 15 F9 0 5C 0 2 12C 60 35
Octal 372 25 371 0 134 0 2 454 140 65
Binary 11111010 10101 11111001 0 1011100 0 10 100101100 1100000 110101

Color Harmonies of #FA15F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15F9

Black with #FA15F9

Text Example


Text Example

White with #FA15F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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