Html Css Color HEX #FA16AC Spicy Pink

📋 copy color: '#FA16AC'

red 250 ◦ green 22 ◦ blue 172

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

Shades of Spicy Pink #FA16AC

Tints of Spicy Pink #FA16AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 56.31%
G = 4.95%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA16AC (or 0xFA16AC) is known color: Spicy Pink. HEX triplet: FA, 16 and AC. RGB value is (250,22,172). Sum of RGB (Red+Green+Blue) = 250+22+172=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA16AC is #05E953. Grayscale: #6A6A6A. Windows color (decimal): -387412 or 11278074. OLE color: 11278074.

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

Color convert

RGB 250 22 172 -
CMYK 0 0.91 0.31 0.02
HSL 320.53º 0.96% 0.53% -
HSV(B) 320.53º 0.91% 0.98% -
XYZ 47.16 23.88 41.15 -
YUV 107.27 164.54 229.8 -
System Red Green Blue C M Y K H S L
Decimal 250 22 172 0 0.91 0.31 0.02 320.53 0.96 0.53
Hex FA 16 AC 0 5B 1F 2 141 60 35
Octal 372 26 254 0 133 37 2 501 140 65
Binary 11111010 10110 10101100 0 1011011 11111 10 101000001 1100000 110101

Color Harmonies of #FA16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16AC

Black with #FA16AC

Text Example


Text Example

White with #FA16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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