#F166BA

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

Shades of Hot Pink #F166BA

Tints of Hot Pink #F166BA

Color information

#F166BA (or 0xF166BA) is unknown color: approx Hot Pink. HEX triplet: F1, 66 and BA. RGB value is (241,102,186). Sum of RGB (Red+Green+Blue) = 241+102+186=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F166BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166BA is #0E9945. Grayscale: #989898. Windows color (decimal): -956742 or 12216049. OLE color: 12216049.

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

Color convert

RGB241102186-
CMYK00.580.230.05
HSL323.74º83.23%67.25%-
HSV(B)323.74º57.68%94.51%-
XYZ49.8931.7549.95-
YUV153.14146.55190.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 102 (40.23% from 255) = 19.28%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=45.56%
G=19.28%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110218600.580.230.05323.7483.2367.25
HexF166BA03A1751445343
Octal361146272072275504123103
Binary1111000111001101011101001110101011110110100010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F166BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F166BA; }

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

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

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

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

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

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

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

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