Html Css Color HEX #FA19FF Magenta

📋 copy color: '#FA19FF'

red 250 ◦ green 25 ◦ blue 255

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

Shades of Magenta #FA19FF

Tints of Magenta #FA19FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.72%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 47.17%
G = 4.72%
B = 48.11%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA19FF (or 0xFA19FF) is known color: Magenta. HEX triplet: FA, 19 and FF. RGB value is (250,25,255). Sum of RGB (Red+Green+Blue) = 250+25+255=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 25 (10.16% from 255 or 4.72% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA19FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA19FF is #05E600. Grayscale: #757575. Windows color (decimal): -386561 or 16718330. OLE color: 16718330.

HSL color Cylindrical-coordinate representation of color #FA19FF: hue angle of 298.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA19FF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 25 255 -
CMYK 0.02 0.90 0 0
HSL 298.7º 1% 0.55% -
HSV(B) 298.7º 0.9% 1% -
XYZ 57.82 28.24 97.01 -
YUV 118.5 205.04 221.8 -
System Red Green Blue C M Y K H S L
Decimal 250 25 255 0.02 0.90 0 0 298.7 1 0.55
Hex FA 19 FF 2 5A 0 0 12B 64 37
Octal 372 31 377 2 132 0 0 453 144 67
Binary 11111010 11001 11111111 10 1011010 0 0 100101011 1100100 110111

Color Harmonies of #FA19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19FF

Black with #FA19FF

Text Example


Text Example

White with #FA19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19FF; }

 p { color: rgb(250,25,255); }

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

background-color css

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

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

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

border-color css

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

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

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