Html Css Color HEX #FA16A8 Spicy Pink

📋 copy color: '#FA16A8'

red 250 ◦ green 22 ◦ blue 168

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

Shades of Spicy Pink #FA16A8

Tints of Spicy Pink #FA16A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 56.82%
G = 5%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA16A8 (or 0xFA16A8) is known color: Spicy Pink. HEX triplet: FA, 16 and A8. RGB value is (250,22,168). Sum of RGB (Red+Green+Blue) = 250+22+168=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA16A8 is #05E957. Grayscale: #6A6A6A. Windows color (decimal): -387416 or 11015930. OLE color: 11015930.

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

Color convert

RGB 250 22 168 -
CMYK 0 0.91 0.33 0.02
HSL 321.58º 0.96% 0.53% -
HSV(B) 321.58º 0.91% 0.98% -
XYZ 46.78 23.72 39.16 -
YUV 106.82 162.54 230.13 -
System Red Green Blue C M Y K H S L
Decimal 250 22 168 0 0.91 0.33 0.02 321.58 0.96 0.53
Hex FA 16 A8 0 5B 21 2 142 60 35
Octal 372 26 250 0 133 41 2 502 140 65
Binary 11111010 10110 10101000 0 1011011 100001 10 101000010 1100000 110101

Color Harmonies of #FA16A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16A8

Black with #FA16A8

Text Example


Text Example

White with #FA16A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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