#F164B0

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

Shades of Hot Pink #F164B0

Tints of Hot Pink #F164B0

Color information

#F164B0 (or 0xF164B0) is unknown color: approx Hot Pink. HEX triplet: F1, 64 and B0. RGB value is (241,100,176). Sum of RGB (Red+Green+Blue) = 241+100+176=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F164B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164B0 is #0E9B4F. Grayscale: #969696. Windows color (decimal): -957264 or 11560177. OLE color: 11560177.

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

Color convert

RGB241100176-
CMYK00.590.270.05
HSL327.66º83.43%66.86%-
HSV(B)327.66º58.51%94.51%-
XYZ48.6730.9544.48-
YUV150.82142.21192.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 100 (39.45% from 255) = 19.34%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=46.62%
G=19.34%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110017600.590.270.05327.6683.4366.86
HexF164B003B1B51485343
Octal361144260073335510123103
Binary1111000111001001011000001110111101110110100100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164B0; }

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

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

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

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

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

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

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

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