#F425AE

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

Shades of Spicy Pink #F425AE

Tints of Spicy Pink #F425AE

Color information

#F425AE (or 0xF425AE) is unknown color: approx Spicy Pink. HEX triplet: F4, 25 and AE. RGB value is (244,37,174). Sum of RGB (Red+Green+Blue) = 244+37+174=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F425AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F425AE is #0BDA51. Grayscale: #727272. Windows color (decimal): -776786 or 11412980. OLE color: 11412980.

HSL color Cylindrical-coordinate representation of color #F425AE: hue angle of 320.29º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F425AE is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB24437174-
CMYK00.850.290.04
HSL320.29º90.39%55.1%-
HSV(B)320.29º84.84%95.69%-
XYZ45.6123.6142.2-
YUV114.51161.58220.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.63%
GREEN value IS 37 (14.84% from 255) = 8.13%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=53.63%
G=8.13%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443717400.850.290.04320.2990.3955.1
HexF425AE0551D41405a37
Octal36445256012535450013267
Binary111101001001011010111001010101111011001010000001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F425AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F425AE; }

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

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

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

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

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

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

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

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