Shades of Ultra Pink #FF70FB
Tints of Ultra Pink #FF70FB
RGB
CMYK
RGB Variations
Color information
#FF70FB (or 0xFF70FB) is known color: Ultra Pink. HEX triplet: FF, 70 and FB. RGB value is (255,112,251). Sum of RGB (Red+Green+Blue) = 255+112+251=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 112 (44.14% from 255 or 18.12% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF70FB is #008F04. Grayscale: #AAAAAA. Windows color (decimal): -36613 or 16478463. OLE color: 16478463.
HSL color Cylindrical-coordinate representation of color #FF70FB: hue angle of 301.68º 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 #FF70FB is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 251 | - |
| CMYK | 0 | 0.56 | 0.02 | 0 |
| HSL | 301.68º | 1% | 0.72% | - |
| HSV(B) | 301.68º | 0.56% | 1% | - |
| XYZ | 64.45 | 39.81 | 95.55 | - |
| YUV | 170.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 251 | 0 | 0.56 | 0.02 | 0 | 301.68 | 1 | 0.72 |
| Hex | FF | 70 | FB | 0 | 38 | 2 | 0 | 12E | 64 | 48 |
| Octal | 377 | 160 | 373 | 0 | 70 | 2 | 0 | 456 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11111011 | 0 | 111000 | 10 | 0 | 100101110 | 1100100 | 1001000 |
Color Harmonies of #FF70FB
Complementary color
Monochromatic Colors of #FF70FB
Black with #FF70FB
Text Example
Text Example
White with #FF70FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70FB; }
p { color: rgb(255,112,251); }
H1.HeaderClassName
{
color: #FF70FB;
}
.AnyTagClassName
{
color: #FF70FB;
}
</style>
background-color css
<style>
a { background-color: #FF70FB; }
a { background-color: rgb(255,112,251); }
div.DivClassName
{
background-color: #FF70FB;
}
.BgClassName
{
background-color: #FF70FB;
}
</style>
border-color css
<style>
span { border-color: #FF70FB; }
span { border-color: rgb(255,112,251); }
td.TdClassName
{
border-color: #FF70FB;
}
.TagClassName
{
border-color: #FF70FB;
}
</style>