Shades of Ultra Pink #F770F9
Tints of Ultra Pink #F770F9
RGB
CMYK
RGB Variations
Color information
#F770F9 (or 0xF770F9) is known color: Ultra Pink. HEX triplet: F7, 70 and F9. RGB value is (247,112,249). Sum of RGB (Red+Green+Blue) = 247+112+249=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 112 (44.14% from 255 or 18.42% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #F770F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F770F9 is #088F06. Grayscale: #A7A7A7. Windows color (decimal): -560903 or 16347383. OLE color: 16347383.
HSL color Cylindrical-coordinate representation of color #F770F9: hue angle of 299.12º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770F9 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 112 | 249 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.02 |
| HSL | 299.12º | 0.92% | 0.71% | - |
| HSV(B) | 299.12º | 0.55% | 0.98% | - |
| XYZ | 61.25 | 38.2 | 93.77 | - |
| YUV | 167.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 249 | 0.01 | 0.55 | 0 | 0.02 | 299.12 | 0.92 | 0.71 |
| Hex | F7 | 70 | F9 | 1 | 37 | 0 | 2 | 12B | 5C | 47 |
| Octal | 367 | 160 | 371 | 1 | 67 | 0 | 2 | 453 | 134 | 107 |
| Binary | 11110111 | 1110000 | 11111001 | 1 | 110111 | 0 | 10 | 100101011 | 1011100 | 1000111 |
Color Harmonies of #F770F9
Complementary color
Monochromatic Colors of #F770F9
Black with #F770F9
Text Example
Text Example
White with #F770F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770F9; }
p { color: rgb(247,112,249); }
H1.HeaderClassName
{
color: #F770F9;
}
.AnyTagClassName
{
color: #F770F9;
}
</style>
background-color css
<style>
a { background-color: #F770F9; }
a { background-color: rgb(247,112,249); }
div.DivClassName
{
background-color: #F770F9;
}
.BgClassName
{
background-color: #F770F9;
}
</style>
border-color css
<style>
span { border-color: #F770F9; }
span { border-color: rgb(247,112,249); }
td.TdClassName
{
border-color: #F770F9;
}
.TagClassName
{
border-color: #F770F9;
}
</style>