Html Css Color HEX #FA19DF Hot Magenta

📋 copy color: '#FA19DF'

red 250 ◦ green 25 ◦ blue 223

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

Shades of Hot Magenta #FA19DF

Tints of Hot Magenta #FA19DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 50.2%
G = 5.02%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA19DF (or 0xFA19DF) is known color: Hot Magenta. HEX triplet: FA, 19 and DF. RGB value is (250,25,223). Sum of RGB (Red+Green+Blue) = 250+25+223=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA19DF is #05E620. Grayscale: #727272. Windows color (decimal): -386593 or 14621178. OLE color: 14621178.

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

Color convert

RGB 250 25 223 -
CMYK 0 0.9 0.11 0.02
HSL 307.2º 0.96% 0.54% -
HSV(B) 307.2º 0.9% 0.98% -
XYZ 53.09 26.35 72.1 -
YUV 114.85 189.04 224.4 -
System Red Green Blue C M Y K H S L
Decimal 250 25 223 0 0.9 0.11 0.02 307.2 0.96 0.54
Hex FA 19 DF 0 5A B 2 133 60 36
Octal 372 31 337 0 132 13 2 463 140 66
Binary 11111010 11001 11011111 0 1011010 1011 10 100110011 1100000 110110

Color Harmonies of #FA19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19DF

Black with #FA19DF

Text Example


Text Example

White with #FA19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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