#F768AD

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

Shades of Hot Pink #F768AD

Tints of Hot Pink #F768AD

Color information

#F768AD (or 0xF768AD) is unknown color: approx Hot Pink. HEX triplet: F7, 68 and AD. RGB value is (247,104,173). Sum of RGB (Red+Green+Blue) = 247+104+173=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F768AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F768AD is #089752. Grayscale: #9A9A9A. Windows color (decimal): -563027 or 11364599. OLE color: 11364599.

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

Color convert

RGB247104173-
CMYK00.580.300.03
HSL331.05º89.94%68.82%-
HSV(B)331.05º57.89%96.86%-
XYZ50.8532.6943.17-
YUV154.62138.38193.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.14%
GREEN value IS 104 (41.02% from 255) = 19.85%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=47.14%
G=19.85%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710417300.580.300.03331.0589.9468.82
HexF768AD03A1E314b5a45
Octal367150255072363513132105
Binary111101111101000101011010111010111101110100101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F768AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F768AD; }

 p { color: rgb(247,104,173); }

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

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

 a { background-color: rgb(247,104,173); }

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

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

 span { border-color: rgb(247,104,173); }

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