#F114AC

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

Shades of Spicy Pink #F114AC

Tints of Spicy Pink #F114AC

Color information

#F114AC (or 0xF114AC) is unknown color: approx Spicy Pink. HEX triplet: F1, 14 and AC. RGB value is (241,20,172). Sum of RGB (Red+Green+Blue) = 241+20+172=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F114AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F114AC is #0EEB53. Grayscale: #676767. Windows color (decimal): -977748 or 11277553. OLE color: 11277553.

HSL color Cylindrical-coordinate representation of color #F114AC: hue angle of 318.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F114AC is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB24120172-
CMYK00.920.290.05
HSL318.73º88.76%51.18%-
HSV(B)318.73º91.7%94.51%-
XYZ43.9722.1840.99-
YUV103.41166.72226.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.66%
GREEN value IS 20 (8.20% from 255) = 4.62%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=55.66%
G=4.62%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412017200.920.290.05318.7388.7651.18
HexF114AC05C1D513f5933
Octal36124254013435547713163
Binary11110001101001010110001011100111011011001111111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F114AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F114AC; }

 p { color: rgb(241,20,172); }

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

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

 a { background-color: rgb(241,20,172); }

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

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

 span { border-color: rgb(241,20,172); }

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