#F166BC

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

Shades of Hot Pink #F166BC

Tints of Hot Pink #F166BC

Color information

#F166BC (or 0xF166BC) is unknown color: approx Hot Pink. HEX triplet: F1, 66 and BC. RGB value is (241,102,188). Sum of RGB (Red+Green+Blue) = 241+102+188=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F166BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166BC is #0E9943. Grayscale: #999999. Windows color (decimal): -956740 or 12347121. OLE color: 12347121.

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

Color convert

RGB241102188-
CMYK00.580.220.05
HSL322.88º83.23%67.25%-
HSV(B)322.88º57.68%94.51%-
XYZ50.131.8351.08-
YUV153.36147.55190.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 102 (40.23% from 255) = 19.21%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=45.39%
G=19.21%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110218800.580.220.05322.8883.2367.25
HexF166BC03A1651435343
Octal361146274072265503123103
Binary1111000111001101011110001110101011010110100001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F166BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F166BC; }

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

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

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

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

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

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

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

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