Shades of Ultra Pink #F06FFF
Tints of Ultra Pink #F06FFF
RGB
CMYK
RGB Variations
Color information
#F06FFF (or 0xF06FFF) is known color: Ultra Pink. HEX triplet: F0, 6F and FF. RGB value is (240,111,255). Sum of RGB (Red+Green+Blue) = 240+111+255=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 111 (43.75% from 255 or 18.32% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #F06FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FFF is #0F9000. Grayscale: #A5A5A5. Windows color (decimal): -1019905 or 16740336. OLE color: 16740336.
HSL color Cylindrical-coordinate representation of color #F06FFF: hue angle of 293.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06FFF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 111 | 255 | - |
| CMYK | 0.06 | 0.56 | 0 | 0 |
| HSL | 293.75º | 1% | 0.72% | - |
| HSV(B) | 293.75º | 0.56% | 1% | - |
| XYZ | 59.67 | 37.11 | 98.63 | - |
| YUV | 165.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 255 | 0.06 | 0.56 | 0 | 0 | 293.75 | 1 | 0.72 |
| Hex | F0 | 6F | FF | 6 | 38 | 0 | 0 | 126 | 64 | 48 |
| Octal | 360 | 157 | 377 | 6 | 70 | 0 | 0 | 446 | 144 | 110 |
| Binary | 11110000 | 1101111 | 11111111 | 110 | 111000 | 0 | 0 | 100100110 | 1100100 | 1001000 |
Color Harmonies of #F06FFF
Complementary color
Monochromatic Colors of #F06FFF
Black with #F06FFF
Text Example
Text Example
White with #F06FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FFF; }
p { color: rgb(240,111,255); }
H1.HeaderClassName
{
color: #F06FFF;
}
.AnyTagClassName
{
color: #F06FFF;
}
</style>
background-color css
<style>
a { background-color: #F06FFF; }
a { background-color: rgb(240,111,255); }
div.DivClassName
{
background-color: #F06FFF;
}
.BgClassName
{
background-color: #F06FFF;
}
</style>
border-color css
<style>
span { border-color: #F06FFF; }
span { border-color: rgb(240,111,255); }
td.TdClassName
{
border-color: #F06FFF;
}
.TagClassName
{
border-color: #F06FFF;
}
</style>