#FA25AE

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

Shades of Spicy Pink #FA25AE

Tints of Spicy Pink #FA25AE

Color information

#FA25AE (or 0xFA25AE) is unknown color: approx Spicy Pink. HEX triplet: FA, 25 and AE. RGB value is (250,37,174). Sum of RGB (Red+Green+Blue) = 250+37+174=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA25AE is #05DA51. Grayscale: #737373. Windows color (decimal): -383570 or 11412986. OLE color: 11412986.

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

Color convert

RGB25037174-
CMYK00.850.300.02
HSL321.41º95.52%56.27%-
HSV(B)321.41º85.2%98.04%-
XYZ47.7324.742.3-
YUV116.3160.57223.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.23%
GREEN value IS 37 (14.84% from 255) = 8.03%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=54.23%
G=8.03%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503717400.850.300.02321.4195.5256.27
HexFA25AE0551E21416038
Octal37245256012536250114070
Binary11111010100101101011100101010111110101010000011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA25AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA25AE; }

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

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

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

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

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

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

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

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