#FF14A6

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

Shades of Spicy Pink #FF14A6

Tints of Spicy Pink #FF14A6

Color information

#FF14A6 (or 0xFF14A6) is unknown color: approx Spicy Pink. HEX triplet: FF, 14 and A6. RGB value is (255,20,166). Sum of RGB (Red+Green+Blue) = 255+20+166=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF14A6 is #00EB59. Grayscale: #6A6A6A. Windows color (decimal): -60250 or 10884351. OLE color: 10884351.

HSL color Cylindrical-coordinate representation of color #FF14A6: hue angle of 322.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF14A6 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB25520166-
CMYK00.920.350
HSL322.72º100%53.92%-
HSV(B)322.72º92.16%100%-
XYZ48.3724.5138.26-
YUV106.91161.36233.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.82%
GREEN value IS 20 (8.20% from 255) = 4.54%
BLUE value IS 166 (65.23% from 255) = 37.64%
R=57.82%
G=4.54%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552016600.920.350322.7210053.92
HexFF14A605C2301436436
Octal37724246013443050314466
Binary1111111110100101001100101110010001101010000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF14A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF14A6; }

 p { color: rgb(255,20,166); }

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

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

 a { background-color: rgb(255,20,166); }

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

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

 span { border-color: rgb(255,20,166); }

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