Shades of Hot Pink #F768B2
Tints of Hot Pink #F768B2
RGB
CMYK
RGB Variations
Color information
#F768B2 (or 0xF768B2) is known color: Hot Pink. HEX triplet: F7, 68 and B2. RGB value is (247,104,178). Sum of RGB (Red+Green+Blue) = 247+104+178=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F768B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F768B2 is #08974D. Grayscale: #9B9B9B. Windows color (decimal): -563022 or 11692279. OLE color: 11692279.
HSL color Cylindrical-coordinate representation of color #F768B2: hue angle of 328.95º 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 #F768B2 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 178 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.03 |
| HSL | 328.95º | 0.9% | 0.69% | - |
| HSV(B) | 328.95º | 0.58% | 0.97% | - |
| XYZ | 51.34 | 32.89 | 45.76 | - |
| YUV | 155.19 | 140.88 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 178 | 0 | 0.58 | 0.28 | 0.03 | 328.95 | 0.9 | 0.69 |
| Hex | F7 | 68 | B2 | 0 | 3A | 1C | 3 | 149 | 5A | 45 |
| Octal | 367 | 150 | 262 | 0 | 72 | 34 | 3 | 511 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10110010 | 0 | 111010 | 11100 | 11 | 101001001 | 1011010 | 1000101 |
Color Harmonies of #F768B2
Complementary color
Monochromatic Colors of #F768B2
Black with #F768B2
Text Example
Text Example
White with #F768B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768B2; }
p { color: rgb(247,104,178); }
H1.HeaderClassName
{
color: #F768B2;
}
.AnyTagClassName
{
color: #F768B2;
}
</style>
background-color css
<style>
a { background-color: #F768B2; }
a { background-color: rgb(247,104,178); }
div.DivClassName
{
background-color: #F768B2;
}
.BgClassName
{
background-color: #F768B2;
}
</style>
border-color css
<style>
span { border-color: #F768B2; }
span { border-color: rgb(247,104,178); }
td.TdClassName
{
border-color: #F768B2;
}
.TagClassName
{
border-color: #F768B2;
}
</style>