Html Css Color HEX #FA16A9 Spicy Pink

📋 copy color: '#FA16A9'

red 250 ◦ green 22 ◦ blue 169

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

Shades of Spicy Pink #FA16A9

Tints of Spicy Pink #FA16A9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.99%

 BLUE value IS 169 (66.41% from 255) = 38.32%

R = 56.69%
G = 4.99%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA16A9 (or 0xFA16A9) is known color: Spicy Pink. HEX triplet: FA, 16 and A9. RGB value is (250,22,169). Sum of RGB (Red+Green+Blue) = 250+22+169=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA16A9 is #05E956. Grayscale: #6A6A6A. Windows color (decimal): -387415 or 11081466. OLE color: 11081466.

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

Color convert

RGB 250 22 169 -
CMYK 0 0.91 0.32 0.02
HSL 321.32º 0.96% 0.53% -
HSV(B) 321.32º 0.91% 0.98% -
XYZ 46.87 23.76 39.65 -
YUV 106.93 163.04 230.05 -
System Red Green Blue C M Y K H S L
Decimal 250 22 169 0 0.91 0.32 0.02 321.32 0.96 0.53
Hex FA 16 A9 0 5B 20 2 141 60 35
Octal 372 26 251 0 133 40 2 501 140 65
Binary 11111010 10110 10101001 0 1011011 100000 10 101000001 1100000 110101

Color Harmonies of #FA16A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16A9

Black with #FA16A9

Text Example


Text Example

White with #FA16A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16A9; }

 p { color: rgb(250,22,169); }

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

background-color css

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

 a { background-color: rgb(250,22,169); }

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

border-color css

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

 span { border-color: rgb(250,22,169); }

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