#F164A6

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

Shades of Hot Pink #F164A6

Tints of Hot Pink #F164A6

Color information

#F164A6 (or 0xF164A6) is unknown color: approx Hot Pink. HEX triplet: F1, 64 and A6. RGB value is (241,100,166). Sum of RGB (Red+Green+Blue) = 241+100+166=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F164A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164A6 is #0E9B59. Grayscale: #959595. Windows color (decimal): -957274 or 10904817. OLE color: 10904817.

HSL color Cylindrical-coordinate representation of color #F164A6: hue angle of 331.91º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164A6 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241100166-
CMYK00.590.310.05
HSL331.91º83.43%66.86%-
HSV(B)331.91º58.51%94.51%-
XYZ47.7230.5739.46-
YUV149.68137.21193.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 100 (39.45% from 255) = 19.72%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=47.53%
G=19.72%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110016600.590.310.05331.9183.4366.86
HexF164A603B1F514c5343
Octal361144246073375514123103
Binary1111000111001001010011001110111111110110100110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164A6; }

 p { color: rgb(241,100,166); }

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

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

 a { background-color: rgb(241,100,166); }

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

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

 span { border-color: rgb(241,100,166); }

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