#F324AB

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

Shades of Spicy Pink #F324AB

Tints of Spicy Pink #F324AB

Color information

#F324AB (or 0xF324AB) is unknown color: approx Spicy Pink. HEX triplet: F3, 24 and AB. RGB value is (243,36,171). Sum of RGB (Red+Green+Blue) = 243+36+171=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F324AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F324AB is #0CDB54. Grayscale: #707070. Windows color (decimal): -842581 or 11216115. OLE color: 11216115.

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

Color convert

RGB24336171-
CMYK00.850.300.05
HSL320.87º89.61%54.71%-
HSV(B)320.87º85.19%95.29%-
XYZ44.9423.2640.65-
YUV113.28160.58220.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54%
GREEN value IS 36 (14.45% from 255) = 8%
BLUE value IS 171 (67.19% from 255) = 38%
R=54%
G=8%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433617100.850.300.05320.8789.6154.71
HexF324AB0551E51415a37
Octal36344253012536550113267
Binary111100111001001010101101010101111101011010000011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F324AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F324AB; }

 p { color: rgb(243,36,171); }

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

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

 a { background-color: rgb(243,36,171); }

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

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

 span { border-color: rgb(243,36,171); }

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