#F161AF

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

Shades of Hot Pink #F161AF

Tints of Hot Pink #F161AF

Color information

#F161AF (or 0xF161AF) is unknown color: approx Hot Pink. HEX triplet: F1, 61 and AF. RGB value is (241,97,175). Sum of RGB (Red+Green+Blue) = 241+97+175=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F161AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F161AF is #0E9E50. Grayscale: #949494. Windows color (decimal): -958033 or 11493873. OLE color: 11493873.

HSL color Cylindrical-coordinate representation of color #F161AF: hue angle of 327.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F161AF is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB24197175-
CMYK00.600.270.05
HSL327.5º83.72%66.27%-
HSV(B)327.5º59.75%94.51%-
XYZ48.2930.3543.87-
YUV148.95142.71193.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 97 (38.28% from 255) = 18.91%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=46.98%
G=18.91%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419717500.600.270.05327.583.7266.27
HexF161AF03C1B51485442
Octal361141257074335510124102
Binary1111000111000011010111101111001101110110100100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F161AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F161AF; }

 p { color: rgb(241,97,175); }

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

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

 a { background-color: rgb(241,97,175); }

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

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

 span { border-color: rgb(241,97,175); }

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