Shades of Ultra Pink #F06DFF
Tints of Ultra Pink #F06DFF
RGB
CMYK
RGB Variations
Color information
#F06DFF (or 0xF06DFF) is known color: Ultra Pink. HEX triplet: F0, 6D and FF. RGB value is (240,109,255). Sum of RGB (Red+Green+Blue) = 240+109+255=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 109 (42.97% from 255 or 18.05% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #F06DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DFF is #0F9200. Grayscale: #A4A4A4. Windows color (decimal): -1020417 or 16739824. OLE color: 16739824.
HSL color Cylindrical-coordinate representation of color #F06DFF: hue angle of 293.84º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06DFF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 109 | 255 | - |
| CMYK | 0.06 | 0.57 | 0 | 0 |
| HSL | 293.84º | 1% | 0.71% | - |
| HSV(B) | 293.84º | 0.57% | 1% | - |
| XYZ | 59.45 | 36.68 | 98.55 | - |
| YUV | 164.81 | 178.9 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 255 | 0.06 | 0.57 | 0 | 0 | 293.84 | 1 | 0.71 |
| Hex | F0 | 6D | FF | 6 | 39 | 0 | 0 | 126 | 64 | 47 |
| Octal | 360 | 155 | 377 | 6 | 71 | 0 | 0 | 446 | 144 | 107 |
| Binary | 11110000 | 1101101 | 11111111 | 110 | 111001 | 0 | 0 | 100100110 | 1100100 | 1000111 |
Color Harmonies of #F06DFF
Complementary color
Monochromatic Colors of #F06DFF
Black with #F06DFF
Text Example
Text Example
White with #F06DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DFF; }
p { color: rgb(240,109,255); }
H1.HeaderClassName
{
color: #F06DFF;
}
.AnyTagClassName
{
color: #F06DFF;
}
</style>
background-color css
<style>
a { background-color: #F06DFF; }
a { background-color: rgb(240,109,255); }
div.DivClassName
{
background-color: #F06DFF;
}
.BgClassName
{
background-color: #F06DFF;
}
</style>
border-color css
<style>
span { border-color: #F06DFF; }
span { border-color: rgb(240,109,255); }
td.TdClassName
{
border-color: #F06DFF;
}
.TagClassName
{
border-color: #F06DFF;
}
</style>