#F769A8

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

Shades of Hot Pink #F769A8

Tints of Hot Pink #F769A8

Color information

#F769A8 (or 0xF769A8) is unknown color: approx Hot Pink. HEX triplet: F7, 69 and A8. RGB value is (247,105,168). Sum of RGB (Red+Green+Blue) = 247+105+168=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F769A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F769A8 is #089657. Grayscale: #9A9A9A. Windows color (decimal): -562776 or 11037175. OLE color: 11037175.

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

Color convert

RGB247105168-
CMYK00.570.320.03
HSL333.38º89.87%69.02%-
HSV(B)333.38º57.49%96.86%-
XYZ50.4832.740.7-
YUV154.64135.54193.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.5%
GREEN value IS 105 (41.41% from 255) = 20.19%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=47.5%
G=20.19%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710516800.570.320.03333.3889.8769.02
HexF769A803920314d5a45
Octal367151250071403515132105
Binary1111011111010011010100001110011000001110100110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769A8; }

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

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

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

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

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

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

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

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