#F118A2

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

Shades of Spicy Pink #F118A2

Tints of Spicy Pink #F118A2

Color information

#F118A2 (or 0xF118A2) is unknown color: approx Spicy Pink. HEX triplet: F1, 18 and A2. RGB value is (241,24,162). Sum of RGB (Red+Green+Blue) = 241+24+162=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F118A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F118A2 is #0EE75D. Grayscale: #686868. Windows color (decimal): -976734 or 10623217. OLE color: 10623217.

HSL color Cylindrical-coordinate representation of color #F118A2: hue angle of 321.84º 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 #F118A2 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24124162-
CMYK00.900.330.05
HSL321.84º88.57%51.96%-
HSV(B)321.84º90.04%94.51%-
XYZ43.1221.9636.15-
YUV104.62160.39225.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 24 (9.77% from 255) = 5.62%
BLUE value IS 162 (63.67% from 255) = 37.94%
R=56.44%
G=5.62%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412416200.900.330.05321.8488.5751.96
HexF118A205A2151425934
Octal36130242013241550213164
Binary111100011100010100010010110101000011011010000101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F118A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F118A2; }

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

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

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

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

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

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

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

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