Shades of Ultra Pink #F770FB
Tints of Ultra Pink #F770FB
RGB
CMYK
RGB Variations
Color information
#F770FB (or 0xF770FB) is known color: Ultra Pink. HEX triplet: F7, 70 and FB. RGB value is (247,112,251). Sum of RGB (Red+Green+Blue) = 247+112+251=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 112 (44.14% from 255 or 18.36% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #F770FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F770FB is #088F04. Grayscale: #A7A7A7. Windows color (decimal): -560901 or 16478455. OLE color: 16478455.
HSL color Cylindrical-coordinate representation of color #F770FB: hue angle of 298.27º degrees, saturation: 0.95, 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 #F770FB is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 112 | 251 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.02 |
| HSL | 298.27º | 0.95% | 0.71% | - |
| HSV(B) | 298.27º | 0.55% | 0.98% | - |
| XYZ | 61.56 | 38.33 | 95.42 | - |
| YUV | 168.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 251 | 0.02 | 0.55 | 0 | 0.02 | 298.27 | 0.95 | 0.71 |
| Hex | F7 | 70 | FB | 2 | 37 | 0 | 2 | 12A | 5F | 47 |
| Octal | 367 | 160 | 373 | 2 | 67 | 0 | 2 | 452 | 137 | 107 |
| Binary | 11110111 | 1110000 | 11111011 | 10 | 110111 | 0 | 10 | 100101010 | 1011111 | 1000111 |
Color Harmonies of #F770FB
Complementary color
Monochromatic Colors of #F770FB
Black with #F770FB
Text Example
Text Example
White with #F770FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770FB; }
p { color: rgb(247,112,251); }
H1.HeaderClassName
{
color: #F770FB;
}
.AnyTagClassName
{
color: #F770FB;
}
</style>
background-color css
<style>
a { background-color: #F770FB; }
a { background-color: rgb(247,112,251); }
div.DivClassName
{
background-color: #F770FB;
}
.BgClassName
{
background-color: #F770FB;
}
</style>
border-color css
<style>
span { border-color: #F770FB; }
span { border-color: rgb(247,112,251); }
td.TdClassName
{
border-color: #F770FB;
}
.TagClassName
{
border-color: #F770FB;
}
</style>