Shades of Hot Pink #F769B7
Tints of Hot Pink #F769B7
RGB
CMYK
RGB Variations
Color information
#F769B7 (or 0xF769B7) is known color: Hot Pink. HEX triplet: F7, 69 and B7. RGB value is (247,105,183). Sum of RGB (Red+Green+Blue) = 247+105+183=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F769B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769B7 is #089648. Grayscale: #9C9C9C. Windows color (decimal): -562761 or 12020215. OLE color: 12020215.
HSL color Cylindrical-coordinate representation of color #F769B7: hue angle of 327.04º 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 #F769B7 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 183 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.03 |
| HSL | 327.04º | 0.9% | 0.69% | - |
| HSV(B) | 327.04º | 0.57% | 0.97% | - |
| XYZ | 51.96 | 33.3 | 48.49 | - |
| YUV | 156.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 183 | 0 | 0.57 | 0.26 | 0.03 | 327.04 | 0.9 | 0.69 |
| Hex | F7 | 69 | B7 | 0 | 39 | 1A | 3 | 147 | 5A | 45 |
| Octal | 367 | 151 | 267 | 0 | 71 | 32 | 3 | 507 | 132 | 105 |
| Binary | 11110111 | 1101001 | 10110111 | 0 | 111001 | 11010 | 11 | 101000111 | 1011010 | 1000101 |
Color Harmonies of #F769B7
Complementary color
Monochromatic Colors of #F769B7
Black with #F769B7
Text Example
Text Example
White with #F769B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F769B7; }
p { color: rgb(247,105,183); }
H1.HeaderClassName
{
color: #F769B7;
}
.AnyTagClassName
{
color: #F769B7;
}
</style>
background-color css
<style>
a { background-color: #F769B7; }
a { background-color: rgb(247,105,183); }
div.DivClassName
{
background-color: #F769B7;
}
.BgClassName
{
background-color: #F769B7;
}
</style>
border-color css
<style>
span { border-color: #F769B7; }
span { border-color: rgb(247,105,183); }
td.TdClassName
{
border-color: #F769B7;
}
.TagClassName
{
border-color: #F769B7;
}
</style>