Html Css Color HEX #FA15FE Magenta

📋 copy color: '#FA15FE'

red 250 ◦ green 21 ◦ blue 254

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

Shades of Magenta #FA15FE

Tints of Magenta #FA15FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 47.62%
G = 4%
B = 48.38%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA15FE (or 0xFA15FE) is known color: Magenta. HEX triplet: FA, 15 and FE. RGB value is (250,21,254). Sum of RGB (Red+Green+Blue) = 250+21+254=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 21 (8.59% from 255 or 4% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA15FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA15FE is #05EA01. Grayscale: #737373. Windows color (decimal): -387586 or 16651770. OLE color: 16651770.

HSL color Cylindrical-coordinate representation of color #FA15FE: hue angle of 298.97º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA15FE is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 21 254 -
CMYK 0.02 0.92 0 0.00
HSL 298.97º 0.99% 0.54% -
HSV(B) 298.97º 0.92% 1% -
XYZ 57.58 28.02 96.14 -
YUV 116.03 205.87 223.55 -
System Red Green Blue C M Y K H S L
Decimal 250 21 254 0.02 0.92 0 0.00 298.97 0.99 0.54
Hex FA 15 FE 2 5C 0 0 12B 63 36
Octal 372 25 376 2 134 0 0 453 143 66
Binary 11111010 10101 11111110 10 1011100 0 0 100101011 1100011 110110

Color Harmonies of #FA15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15FE

Black with #FA15FE

Text Example


Text Example

White with #FA15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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