#F765BA

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

Shades of Hot Pink #F765BA

Tints of Hot Pink #F765BA

Color information

#F765BA (or 0xF765BA) is unknown color: approx Hot Pink. HEX triplet: F7, 65 and BA. RGB value is (247,101,186). Sum of RGB (Red+Green+Blue) = 247+101+186=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F765BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765BA is #089A45. Grayscale: #9A9A9A. Windows color (decimal): -563782 or 12215799. OLE color: 12215799.

HSL color Cylindrical-coordinate representation of color #F765BA: hue angle of 325.07º 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 #F765BA is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247101186-
CMYK00.590.250.03
HSL325.07º90.12%68.24%-
HSV(B)325.07º59.11%96.86%-
XYZ51.8732.6350.02-
YUV154.34145.87194.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.25%
GREEN value IS 101 (39.84% from 255) = 18.91%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=46.25%
G=18.91%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710118600.590.250.03325.0790.1268.24
HexF765BA03B1931455a44
Octal367145272073313505132104
Binary111101111100101101110100111011110011110100010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F765BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F765BA; }

 p { color: rgb(247,101,186); }

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

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

 a { background-color: rgb(247,101,186); }

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

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

 span { border-color: rgb(247,101,186); }

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