Shades of Ultra Pink #F06DF7
Tints of Ultra Pink #F06DF7
RGB
CMYK
RGB Variations
Color information
#F06DF7 (or 0xF06DF7) is known color: Ultra Pink. HEX triplet: F0, 6D and F7. RGB value is (240,109,247). Sum of RGB (Red+Green+Blue) = 240+109+247=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 109 (42.97% from 255 or 18.29% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 247 - color contains mainly: blue. Hex color #F06DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DF7 is #0F9208. Grayscale: #A3A3A3. Windows color (decimal): -1020425 or 16215536. OLE color: 16215536.
HSL color Cylindrical-coordinate representation of color #F06DF7: hue angle of 296.96º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06DF7 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 109 | 247 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.03 |
| HSL | 296.96º | 0.9% | 0.7% | - |
| HSV(B) | 296.96º | 0.56% | 0.97% | - |
| XYZ | 58.19 | 36.18 | 91.91 | - |
| YUV | 163.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 247 | 0.03 | 0.56 | 0 | 0.03 | 296.96 | 0.9 | 0.7 |
| Hex | F0 | 6D | F7 | 3 | 38 | 0 | 3 | 129 | 5A | 46 |
| Octal | 360 | 155 | 367 | 3 | 70 | 0 | 3 | 451 | 132 | 106 |
| Binary | 11110000 | 1101101 | 11110111 | 11 | 111000 | 0 | 11 | 100101001 | 1011010 | 1000110 |
Color Harmonies of #F06DF7
Complementary color
Monochromatic Colors of #F06DF7
Black with #F06DF7
Text Example
Text Example
White with #F06DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DF7; }
p { color: rgb(240,109,247); }
H1.HeaderClassName
{
color: #F06DF7;
}
.AnyTagClassName
{
color: #F06DF7;
}
</style>
background-color css
<style>
a { background-color: #F06DF7; }
a { background-color: rgb(240,109,247); }
div.DivClassName
{
background-color: #F06DF7;
}
.BgClassName
{
background-color: #F06DF7;
}
</style>
border-color css
<style>
span { border-color: #F06DF7; }
span { border-color: rgb(240,109,247); }
td.TdClassName
{
border-color: #F06DF7;
}
.TagClassName
{
border-color: #F06DF7;
}
</style>