#F769B1

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

Shades of Hot Pink #F769B1

Tints of Hot Pink #F769B1

Color information

#F769B1 (or 0xF769B1) is unknown color: approx Hot Pink. HEX triplet: F7, 69 and B1. RGB value is (247,105,177). Sum of RGB (Red+Green+Blue) = 247+105+177=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F769B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F769B1 is #08964E. Grayscale: #9B9B9B. Windows color (decimal): -562767 or 11626999. OLE color: 11626999.

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

Color convert

RGB247105177-
CMYK00.570.280.03
HSL329.58º89.87%69.02%-
HSV(B)329.58º57.49%96.86%-
XYZ51.3533.0545.27-
YUV155.67140.04193.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.69%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=46.69%
G=19.85%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710517700.570.280.03329.5889.8769.02
HexF769B10391C314a5a45
Octal367151261071343512132105
Binary111101111101001101100010111001111001110100101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769B1; }

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

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

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

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

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

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

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

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