Html Css Color HEX #FA19A2 Spicy Pink

📋 copy color: '#FA19A2'

red 250 ◦ green 25 ◦ blue 162

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

Shades of Spicy Pink #FA19A2

Tints of Spicy Pink #FA19A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.07%

R = 57.21%
G = 5.72%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA19A2 (or 0xFA19A2) is known color: Spicy Pink. HEX triplet: FA, 19 and A2. RGB value is (250,25,162). Sum of RGB (Red+Green+Blue) = 250+25+162=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA19A2 is #05E65D. Grayscale: #6B6B6B. Windows color (decimal): -386654 or 10623482. OLE color: 10623482.

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

Color convert

RGB 250 25 162 -
CMYK 0 0.9 0.35 0.02
HSL 323.47º 0.96% 0.54% -
HSV(B) 323.47º 0.9% 0.98% -
XYZ 46.29 23.63 36.3 -
YUV 107.89 158.54 229.36 -
System Red Green Blue C M Y K H S L
Decimal 250 25 162 0 0.9 0.35 0.02 323.47 0.96 0.54
Hex FA 19 A2 0 5A 23 2 143 60 36
Octal 372 31 242 0 132 43 2 503 140 66
Binary 11111010 11001 10100010 0 1011010 100011 10 101000011 1100000 110110

Color Harmonies of #FA19A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19A2

Black with #FA19A2

Text Example


Text Example

White with #FA19A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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