Shades of Ultra Pink #FF70F0
Tints of Ultra Pink #FF70F0
RGB
CMYK
RGB Variations
Color information
#FF70F0 (or 0xFF70F0) is known color: Ultra Pink. HEX triplet: FF, 70 and F0. RGB value is (255,112,240). Sum of RGB (Red+Green+Blue) = 255+112+240=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 112 (44.14% from 255 or 18.45% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF70F0 is #008F0F. Grayscale: #A8A8A8. Windows color (decimal): -36624 or 15757567. OLE color: 15757567.
HSL color Cylindrical-coordinate representation of color #FF70F0: hue angle of 306.29º 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 #FF70F0 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 240 | - |
| CMYK | 0 | 0.56 | 0.06 | 0 |
| HSL | 306.29º | 1% | 0.72% | - |
| HSV(B) | 306.29º | 0.56% | 1% | - |
| XYZ | 62.76 | 39.14 | 86.68 | - |
| YUV | 169.35 | 167.88 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 240 | 0 | 0.56 | 0.06 | 0 | 306.29 | 1 | 0.72 |
| Hex | FF | 70 | F0 | 0 | 38 | 6 | 0 | 132 | 64 | 48 |
| Octal | 377 | 160 | 360 | 0 | 70 | 6 | 0 | 462 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11110000 | 0 | 111000 | 110 | 0 | 100110010 | 1100100 | 1001000 |
Color Harmonies of #FF70F0
Complementary color
Monochromatic Colors of #FF70F0
Black with #FF70F0
Text Example
Text Example
White with #FF70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70F0; }
p { color: rgb(255,112,240); }
H1.HeaderClassName
{
color: #FF70F0;
}
.AnyTagClassName
{
color: #FF70F0;
}
</style>
background-color css
<style>
a { background-color: #FF70F0; }
a { background-color: rgb(255,112,240); }
div.DivClassName
{
background-color: #FF70F0;
}
.BgClassName
{
background-color: #FF70F0;
}
</style>
border-color css
<style>
span { border-color: #FF70F0; }
span { border-color: rgb(255,112,240); }
td.TdClassName
{
border-color: #FF70F0;
}
.TagClassName
{
border-color: #FF70F0;
}
</style>