Html Css Color HEX #FA16A3 Spicy Pink

📋 copy color: '#FA16A3'

red 250 ◦ green 22 ◦ blue 163

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

Shades of Spicy Pink #FA16A3

Tints of Spicy Pink #FA16A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.47%

R = 57.47%
G = 5.06%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA16A3 (or 0xFA16A3) is known color: Spicy Pink. HEX triplet: FA, 16 and A3. RGB value is (250,22,163). Sum of RGB (Red+Green+Blue) = 250+22+163=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA16A3 is #05E95C. Grayscale: #696969. Windows color (decimal): -387421 or 10688250. OLE color: 10688250.

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

Color convert

RGB 250 22 163 -
CMYK 0 0.91 0.35 0.02
HSL 322.89º 0.96% 0.53% -
HSV(B) 322.89º 0.91% 0.98% -
XYZ 46.32 23.54 36.75 -
YUV 106.25 160.04 230.54 -
System Red Green Blue C M Y K H S L
Decimal 250 22 163 0 0.91 0.35 0.02 322.89 0.96 0.53
Hex FA 16 A3 0 5B 23 2 143 60 35
Octal 372 26 243 0 133 43 2 503 140 65
Binary 11111010 10110 10100011 0 1011011 100011 10 101000011 1100000 110101

Color Harmonies of #FA16A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16A3

Black with #FA16A3

Text Example


Text Example

White with #FA16A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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