Shades of Ultra Pink #FF70F7
Tints of Ultra Pink #FF70F7
RGB
CMYK
RGB Variations
Color information
#FF70F7 (or 0xFF70F7) is known color: Ultra Pink. HEX triplet: FF, 70 and F7. RGB value is (255,112,247). Sum of RGB (Red+Green+Blue) = 255+112+247=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 112 (44.14% from 255 or 18.24% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF70F7 is #008F08. Grayscale: #A9A9A9. Windows color (decimal): -36617 or 16216319. OLE color: 16216319.
HSL color Cylindrical-coordinate representation of color #FF70F7: hue angle of 303.36º 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 #FF70F7 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 247 | - |
| CMYK | 0 | 0.56 | 0.03 | 0 |
| HSL | 303.36º | 1% | 0.72% | - |
| HSV(B) | 303.36º | 0.56% | 1% | - |
| XYZ | 63.82 | 39.56 | 92.27 | - |
| YUV | 170.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 247 | 0 | 0.56 | 0.03 | 0 | 303.36 | 1 | 0.72 |
| Hex | FF | 70 | F7 | 0 | 38 | 3 | 0 | 12F | 64 | 48 |
| Octal | 377 | 160 | 367 | 0 | 70 | 3 | 0 | 457 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11110111 | 0 | 111000 | 11 | 0 | 100101111 | 1100100 | 1001000 |
Color Harmonies of #FF70F7
Complementary color
Monochromatic Colors of #FF70F7
Black with #FF70F7
Text Example
Text Example
White with #FF70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70F7; }
p { color: rgb(255,112,247); }
H1.HeaderClassName
{
color: #FF70F7;
}
.AnyTagClassName
{
color: #FF70F7;
}
</style>
background-color css
<style>
a { background-color: #FF70F7; }
a { background-color: rgb(255,112,247); }
div.DivClassName
{
background-color: #FF70F7;
}
.BgClassName
{
background-color: #FF70F7;
}
</style>
border-color css
<style>
span { border-color: #FF70F7; }
span { border-color: rgb(255,112,247); }
td.TdClassName
{
border-color: #FF70F7;
}
.TagClassName
{
border-color: #FF70F7;
}
</style>