Shades of Ultra Pink #F770FD
Tints of Ultra Pink #F770FD
RGB
CMYK
RGB Variations
Color information
#F770FD (or 0xF770FD) is known color: Ultra Pink. HEX triplet: F7, 70 and FD. RGB value is (247,112,253). Sum of RGB (Red+Green+Blue) = 247+112+253=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 112 (44.14% from 255 or 18.30% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #F770FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F770FD is #088F02. Grayscale: #A8A8A8. Windows color (decimal): -560899 or 16609527. OLE color: 16609527.
HSL color Cylindrical-coordinate representation of color #F770FD: hue angle of 297.45º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F770FD is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 112 | 253 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.01 |
| HSL | 297.45º | 0.97% | 0.72% | - |
| HSV(B) | 297.45º | 0.56% | 0.99% | - |
| XYZ | 61.88 | 38.45 | 97.09 | - |
| YUV | 168.44 | 175.73 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 253 | 0.02 | 0.56 | 0 | 0.01 | 297.45 | 0.97 | 0.72 |
| Hex | F7 | 70 | FD | 2 | 38 | 0 | 1 | 129 | 61 | 48 |
| Octal | 367 | 160 | 375 | 2 | 70 | 0 | 1 | 451 | 141 | 110 |
| Binary | 11110111 | 1110000 | 11111101 | 10 | 111000 | 0 | 1 | 100101001 | 1100001 | 1001000 |
Color Harmonies of #F770FD
Complementary color
Monochromatic Colors of #F770FD
Black with #F770FD
Text Example
Text Example
White with #F770FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770FD; }
p { color: rgb(247,112,253); }
H1.HeaderClassName
{
color: #F770FD;
}
.AnyTagClassName
{
color: #F770FD;
}
</style>
background-color css
<style>
a { background-color: #F770FD; }
a { background-color: rgb(247,112,253); }
div.DivClassName
{
background-color: #F770FD;
}
.BgClassName
{
background-color: #F770FD;
}
</style>
border-color css
<style>
span { border-color: #F770FD; }
span { border-color: rgb(247,112,253); }
td.TdClassName
{
border-color: #F770FD;
}
.TagClassName
{
border-color: #F770FD;
}
</style>