Shades of Ultra Pink #F070FA
Tints of Ultra Pink #F070FA
RGB
CMYK
RGB Variations
Color information
#F070FA (or 0xF070FA) is known color: Ultra Pink. HEX triplet: F0, 70 and FA. RGB value is (240,112,250). Sum of RGB (Red+Green+Blue) = 240+112+250=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 112 (44.14% from 255 or 18.60% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #F070FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070FA is #0F8F05. Grayscale: #A5A5A5. Windows color (decimal): -1019654 or 16412912. OLE color: 16412912.
HSL color Cylindrical-coordinate representation of color #F070FA: hue angle of 295.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F070FA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 112 | 250 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.02 |
| HSL | 295.65º | 0.93% | 0.71% | - |
| HSV(B) | 295.65º | 0.55% | 0.98% | - |
| XYZ | 58.98 | 37.02 | 94.48 | - |
| YUV | 166 | 175.41 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 250 | 0.04 | 0.55 | 0 | 0.02 | 295.65 | 0.93 | 0.71 |
| Hex | F0 | 70 | FA | 4 | 37 | 0 | 2 | 128 | 5D | 47 |
| Octal | 360 | 160 | 372 | 4 | 67 | 0 | 2 | 450 | 135 | 107 |
| Binary | 11110000 | 1110000 | 11111010 | 100 | 110111 | 0 | 10 | 100101000 | 1011101 | 1000111 |
Color Harmonies of #F070FA
Complementary color
Monochromatic Colors of #F070FA
Black with #F070FA
Text Example
Text Example
White with #F070FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070FA; }
p { color: rgb(240,112,250); }
H1.HeaderClassName
{
color: #F070FA;
}
.AnyTagClassName
{
color: #F070FA;
}
</style>
background-color css
<style>
a { background-color: #F070FA; }
a { background-color: rgb(240,112,250); }
div.DivClassName
{
background-color: #F070FA;
}
.BgClassName
{
background-color: #F070FA;
}
</style>
border-color css
<style>
span { border-color: #F070FA; }
span { border-color: rgb(240,112,250); }
td.TdClassName
{
border-color: #F070FA;
}
.TagClassName
{
border-color: #F070FA;
}
</style>