#F425AD

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

Shades of Spicy Pink #F425AD

Tints of Spicy Pink #F425AD

Color information

#F425AD (or 0xF425AD) is unknown color: approx Spicy Pink. HEX triplet: F4, 25 and AD. RGB value is (244,37,173). Sum of RGB (Red+Green+Blue) = 244+37+173=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F425AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F425AD is #0BDA52. Grayscale: #727272. Windows color (decimal): -776787 or 11347444. OLE color: 11347444.

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

Color convert

RGB24437173-
CMYK00.850.290.04
HSL320.58º90.39%55.1%-
HSV(B)320.58º84.84%95.69%-
XYZ45.5123.5741.69-
YUV114.4161.08220.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.74%
GREEN value IS 37 (14.84% from 255) = 8.15%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=53.74%
G=8.15%
B=38.11%

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
Decimal2443717300.850.290.04320.5890.3955.1
HexF425AD0551D41415a37
Octal36445255012535450113267
Binary111101001001011010110101010101111011001010000011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F425AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F425AD; }

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

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

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

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

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

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

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

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