#F766B1

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

Shades of Hot Pink #F766B1

Tints of Hot Pink #F766B1

Color information

#F766B1 (or 0xF766B1) is unknown color: approx Hot Pink. HEX triplet: F7, 66 and B1. RGB value is (247,102,177). Sum of RGB (Red+Green+Blue) = 247+102+177=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F766B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F766B1 is #08994E. Grayscale: #999999. Windows color (decimal): -563535 or 11626231. OLE color: 11626231.

HSL color Cylindrical-coordinate representation of color #F766B1: hue angle of 328.97º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F766B1 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB247102177-
CMYK00.590.280.03
HSL328.97º90.06%68.43%-
HSV(B)328.97º58.7%96.86%-
XYZ51.0432.4545.17-
YUV153.9141.04194.4-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 102 (40.23% from 255) = 19.39%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=46.96%
G=19.39%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710217700.590.280.03328.9790.0668.43
HexF766B103B1C31495a44
Octal367146261073343511132104
Binary111101111100110101100010111011111001110100100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F766B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F766B1; }

 p { color: rgb(247,102,177); }

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

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

 a { background-color: rgb(247,102,177); }

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

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

 span { border-color: rgb(247,102,177); }

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