#FA25AC

Color #FA25AC Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #FA25AC

Tints of Spicy Pink #FA25AC

Color information

#FA25AC (or 0xFA25AC) is unknown color: approx Spicy Pink. HEX triplet: FA, 25 and AC. RGB value is (250,37,172). Sum of RGB (Red+Green+Blue) = 250+37+172=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA25AC is #05DA53. Grayscale: #737373. Windows color (decimal): -383572 or 11281914. OLE color: 11281914.

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

Color convert

RGB25037172-
CMYK00.850.310.02
HSL321.97º95.52%56.27%-
HSV(B)321.97º85.2%98.04%-
XYZ47.5324.6341.28-
YUV116.08159.57223.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.47%
GREEN value IS 37 (14.84% from 255) = 8.06%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=54.47%
G=8.06%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503717200.850.310.02321.9795.5256.27
HexFA25AC0551F21426038
Octal37245254012537250214070
Binary11111010100101101011000101010111111101010000101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA25AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA25AC; }

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

 H1.HeaderClassName
 {
   color: #FA25AC;
 }
 .AnyTagClassName
 {
   color: #FA25AC;
 }
</style>
background-color css

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

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

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

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

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

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