Html Css Color HEX #FA15FA Magenta

📋 copy color: '#FA15FA'

red 250 ◦ green 21 ◦ blue 250

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

Shades of Magenta #FA15FA

Tints of Magenta #FA15FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 47.98%
G = 4.03%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA15FA (or 0xFA15FA) is known color: Magenta. HEX triplet: FA, 15 and FA. RGB value is (250,21,250). Sum of RGB (Red+Green+Blue) = 250+21+250=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 21 (8.59% from 255 or 4.03% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA15FA is #05EA05. Grayscale: #727272. Windows color (decimal): -387590 or 16389626. OLE color: 16389626.

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

Color convert

RGB 250 21 250 -
CMYK 0 0.92 0 0.02
HSL 300º 0.96% 0.53% -
HSV(B) 300º 0.92% 0.98% -
XYZ 56.95 27.76 92.8 -
YUV 115.58 203.87 223.88 -
System Red Green Blue C M Y K H S L
Decimal 250 21 250 0 0.92 0 0.02 300 0.96 0.53
Hex FA 15 FA 0 5C 0 2 12C 60 35
Octal 372 25 372 0 134 0 2 454 140 65
Binary 11111010 10101 11111010 0 1011100 0 10 100101100 1100000 110101

Color Harmonies of #FA15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15FA

Black with #FA15FA

Text Example


Text Example

White with #FA15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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