#F666BA

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

Shades of Hot Pink #F666BA

Tints of Hot Pink #F666BA

Color information

#F666BA (or 0xF666BA) is unknown color: approx Hot Pink. HEX triplet: F6, 66 and BA. RGB value is (246,102,186). Sum of RGB (Red+Green+Blue) = 246+102+186=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F666BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F666BA is #099945. Grayscale: #9A9A9A. Windows color (decimal): -629062 or 12216054. OLE color: 12216054.

HSL color Cylindrical-coordinate representation of color #F666BA: hue angle of 325º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F666BA is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246102186-
CMYK00.590.240.04
HSL325º88.89%68.24%-
HSV(B)325º58.54%96.47%-
XYZ51.6232.6450.03-
YUV154.63145.71193.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.07%
GREEN value IS 102 (40.23% from 255) = 19.10%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=46.07%
G=19.10%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610218600.590.240.0432588.8968.24
HexF666BA03B1841455944
Octal366146272073304505131104
Binary1111011011001101011101001110111100010010100010110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F666BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F666BA; }

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

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

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

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

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

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

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

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