#F118A3

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

Shades of Spicy Pink #F118A3

Tints of Spicy Pink #F118A3

Color information

#F118A3 (or 0xF118A3) is unknown color: approx Spicy Pink. HEX triplet: F1, 18 and A3. RGB value is (241,24,163). Sum of RGB (Red+Green+Blue) = 241+24+163=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F118A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F118A3 is #0EE75C. Grayscale: #686868. Windows color (decimal): -976733 or 10688753. OLE color: 10688753.

HSL color Cylindrical-coordinate representation of color #F118A3: hue angle of 321.57º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F118A3 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB24124163-
CMYK00.900.320.05
HSL321.57º88.57%51.96%-
HSV(B)321.57º90.04%94.51%-
XYZ43.212236.62-
YUV104.73160.89225.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.31%
GREEN value IS 24 (9.77% from 255) = 5.61%
BLUE value IS 163 (64.06% from 255) = 38.08%
R=56.31%
G=5.61%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412416300.900.320.05321.5788.5751.96
HexF118A305A2051425934
Octal36130243013240550213164
Binary111100011100010100011010110101000001011010000101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F118A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F118A3; }

 p { color: rgb(241,24,163); }

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

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

 a { background-color: rgb(241,24,163); }

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

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

 span { border-color: rgb(241,24,163); }

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