#F160BA

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

Shades of Hot Pink #F160BA

Tints of Hot Pink #F160BA

Color information

#F160BA (or 0xF160BA) is unknown color: approx Hot Pink. HEX triplet: F1, 60 and BA. RGB value is (241,96,186). Sum of RGB (Red+Green+Blue) = 241+96+186=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F160BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160BA is #0E9F45. Grayscale: #959595. Windows color (decimal): -958278 or 12214513. OLE color: 12214513.

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

Color convert

RGB24196186-
CMYK00.600.230.05
HSL322.76º83.82%66.08%-
HSV(B)322.76º60.17%94.51%-
XYZ49.3230.6149.76-
YUV149.62148.54193.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 96 (37.89% from 255) = 18.36%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=46.08%
G=18.36%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419618600.600.230.05322.7683.8266.08
HexF160BA03C1751435442
Octal361140272074275503124102
Binary1111000111000001011101001111001011110110100001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160BA; }

 p { color: rgb(241,96,186); }

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

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

 a { background-color: rgb(241,96,186); }

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

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

 span { border-color: rgb(241,96,186); }

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