Html Css Color HEX #FA19A7 Spicy Pink

📋 copy color: '#FA19A7'

red 250 ◦ green 25 ◦ blue 167

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

Shades of Spicy Pink #FA19A7

Tints of Spicy Pink #FA19A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.78%

R = 56.56%
G = 5.66%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA19A7 (or 0xFA19A7) is known color: Spicy Pink. HEX triplet: FA, 19 and A7. RGB value is (250,25,167). Sum of RGB (Red+Green+Blue) = 250+25+167=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA19A7 is #05E658. Grayscale: #6C6C6C. Windows color (decimal): -386649 or 10951162. OLE color: 10951162.

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

Color convert

RGB 250 25 167 -
CMYK 0 0.9 0.33 0.02
HSL 322.13º 0.96% 0.54% -
HSV(B) 322.13º 0.9% 0.98% -
XYZ 46.75 23.81 38.69 -
YUV 108.46 161.04 228.95 -
System Red Green Blue C M Y K H S L
Decimal 250 25 167 0 0.9 0.33 0.02 322.13 0.96 0.54
Hex FA 19 A7 0 5A 21 2 142 60 36
Octal 372 31 247 0 132 41 2 502 140 66
Binary 11111010 11001 10100111 0 1011010 100001 10 101000010 1100000 110110

Color Harmonies of #FA19A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19A7

Black with #FA19A7

Text Example


Text Example

White with #FA19A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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