Html Css Color HEX #FA19F0 Magenta

📋 copy color: '#FA19F0'

red 250 ◦ green 25 ◦ blue 240

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

Shades of Magenta #FA19F0

Tints of Magenta #FA19F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.6%

R = 48.54%
G = 4.85%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA19F0 (or 0xFA19F0) is known color: Magenta. HEX triplet: FA, 19 and F0. RGB value is (250,25,240). Sum of RGB (Red+Green+Blue) = 250+25+240=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA19F0 is #05E60F. Grayscale: #747474. Windows color (decimal): -386576 or 15735290. OLE color: 15735290.

HSL color Cylindrical-coordinate representation of color #FA19F0: hue angle of 302.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA19F0 is Cyan = 0, Magento = 0.9, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 25 240 -
CMYK 0 0.9 0.04 0.02
HSL 302.67º 0.96% 0.54% -
HSV(B) 302.67º 0.9% 0.98% -
XYZ 55.5 27.31 84.78 -
YUV 116.79 197.54 223.02 -
System Red Green Blue C M Y K H S L
Decimal 250 25 240 0 0.9 0.04 0.02 302.67 0.96 0.54
Hex FA 19 F0 0 5A 4 2 12F 60 36
Octal 372 31 360 0 132 4 2 457 140 66
Binary 11111010 11001 11110000 0 1011010 100 10 100101111 1100000 110110

Color Harmonies of #FA19F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19F0

Black with #FA19F0

Text Example


Text Example

White with #FA19F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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