Shades of Ultra Pink #F770FF
Tints of Ultra Pink #F770FF
RGB
CMYK
RGB Variations
Color information
#F770FF (or 0xF770FF) is known color: Ultra Pink. HEX triplet: F7, 70 and FF. RGB value is (247,112,255). Sum of RGB (Red+Green+Blue) = 247+112+255=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 112 (44.14% from 255 or 18.24% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #F770FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F770FF is #088F00. Grayscale: #A8A8A8. Windows color (decimal): -560897 or 16740599. OLE color: 16740599.
HSL color Cylindrical-coordinate representation of color #F770FF: hue angle of 296.64º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F770FF is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 112 | 255 | - |
| CMYK | 0.03 | 0.56 | 0 | 0 |
| HSL | 296.64º | 1% | 0.72% | - |
| HSV(B) | 296.64º | 0.56% | 1% | - |
| XYZ | 62.2 | 38.58 | 98.78 | - |
| YUV | 168.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 255 | 0.03 | 0.56 | 0 | 0 | 296.64 | 1 | 0.72 |
| Hex | F7 | 70 | FF | 3 | 38 | 0 | 0 | 129 | 64 | 48 |
| Octal | 367 | 160 | 377 | 3 | 70 | 0 | 0 | 451 | 144 | 110 |
| Binary | 11110111 | 1110000 | 11111111 | 11 | 111000 | 0 | 0 | 100101001 | 1100100 | 1001000 |
Color Harmonies of #F770FF
Complementary color
Monochromatic Colors of #F770FF
Black with #F770FF
Text Example
Text Example
White with #F770FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770FF; }
p { color: rgb(247,112,255); }
H1.HeaderClassName
{
color: #F770FF;
}
.AnyTagClassName
{
color: #F770FF;
}
</style>
background-color css
<style>
a { background-color: #F770FF; }
a { background-color: rgb(247,112,255); }
div.DivClassName
{
background-color: #F770FF;
}
.BgClassName
{
background-color: #F770FF;
}
</style>
border-color css
<style>
span { border-color: #F770FF; }
span { border-color: rgb(247,112,255); }
td.TdClassName
{
border-color: #F770FF;
}
.TagClassName
{
border-color: #F770FF;
}
</style>