Shades of Ultra Pink #F070FE
Tints of Ultra Pink #F070FE
RGB
CMYK
RGB Variations
Color information
#F070FE (or 0xF070FE) is known color: Ultra Pink. HEX triplet: F0, 70 and FE. RGB value is (240,112,254). Sum of RGB (Red+Green+Blue) = 240+112+254=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 112 (44.14% from 255 or 18.48% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #F070FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070FE is #0F8F01. Grayscale: #A6A6A6. Windows color (decimal): -1019650 or 16675056. OLE color: 16675056.
HSL color Cylindrical-coordinate representation of color #F070FE: hue angle of 294.08º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F070FE is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 112 | 254 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.00 |
| HSL | 294.08º | 0.99% | 0.72% | - |
| HSV(B) | 294.08º | 0.56% | 1% | - |
| XYZ | 59.62 | 37.27 | 97.82 | - |
| YUV | 166.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 254 | 0.06 | 0.56 | 0 | 0.00 | 294.08 | 0.99 | 0.72 |
| Hex | F0 | 70 | FE | 6 | 38 | 0 | 0 | 126 | 63 | 48 |
| Octal | 360 | 160 | 376 | 6 | 70 | 0 | 0 | 446 | 143 | 110 |
| Binary | 11110000 | 1110000 | 11111110 | 110 | 111000 | 0 | 0 | 100100110 | 1100011 | 1001000 |
Color Harmonies of #F070FE
Complementary color
Monochromatic Colors of #F070FE
Black with #F070FE
Text Example
Text Example
White with #F070FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070FE; }
p { color: rgb(240,112,254); }
H1.HeaderClassName
{
color: #F070FE;
}
.AnyTagClassName
{
color: #F070FE;
}
</style>
background-color css
<style>
a { background-color: #F070FE; }
a { background-color: rgb(240,112,254); }
div.DivClassName
{
background-color: #F070FE;
}
.BgClassName
{
background-color: #F070FE;
}
</style>
border-color css
<style>
span { border-color: #F070FE; }
span { border-color: rgb(240,112,254); }
td.TdClassName
{
border-color: #F070FE;
}
.TagClassName
{
border-color: #F070FE;
}
</style>