Shades of Ultra Pink #F070F4
Tints of Ultra Pink #F070F4
RGB
CMYK
RGB Variations
Color information
#F070F4 (or 0xF070F4) is known color: Ultra Pink. HEX triplet: F0, 70 and F4. RGB value is (240,112,244). Sum of RGB (Red+Green+Blue) = 240+112+244=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #F070F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070F4 is #0F8F0B. Grayscale: #A4A4A4. Windows color (decimal): -1019660 or 16019696. OLE color: 16019696.
HSL color Cylindrical-coordinate representation of color #F070F4: hue angle of 298.18º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F070F4 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 112 | 244 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.04 |
| HSL | 298.18º | 0.86% | 0.7% | - |
| HSV(B) | 298.18º | 0.54% | 0.96% | - |
| XYZ | 58.06 | 36.65 | 89.6 | - |
| YUV | 165.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 244 | 0.02 | 0.54 | 0 | 0.04 | 298.18 | 0.86 | 0.7 |
| Hex | F0 | 70 | F4 | 2 | 36 | 0 | 4 | 12A | 56 | 46 |
| Octal | 360 | 160 | 364 | 2 | 66 | 0 | 4 | 452 | 126 | 106 |
| Binary | 11110000 | 1110000 | 11110100 | 10 | 110110 | 0 | 100 | 100101010 | 1010110 | 1000110 |
Color Harmonies of #F070F4
Complementary color
Monochromatic Colors of #F070F4
Black with #F070F4
Text Example
Text Example
White with #F070F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070F4; }
p { color: rgb(240,112,244); }
H1.HeaderClassName
{
color: #F070F4;
}
.AnyTagClassName
{
color: #F070F4;
}
</style>
background-color css
<style>
a { background-color: #F070F4; }
a { background-color: rgb(240,112,244); }
div.DivClassName
{
background-color: #F070F4;
}
.BgClassName
{
background-color: #F070F4;
}
</style>
border-color css
<style>
span { border-color: #F070F4; }
span { border-color: rgb(240,112,244); }
td.TdClassName
{
border-color: #F070F4;
}
.TagClassName
{
border-color: #F070F4;
}
</style>