Shades of Ultra Pink #F06CF0
Tints of Ultra Pink #F06CF0
RGB
CMYK
RGB Variations
Color information
#F06CF0 (or 0xF06CF0) is known color: Ultra Pink. HEX triplet: F0, 6C and F0. RGB value is (240,108,240). Sum of RGB (Red+Green+Blue) = 240+108+240=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 108 (42.58% from 255 or 18.37% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F06CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CF0 is #0F930F. Grayscale: #A2A2A2. Windows color (decimal): -1020688 or 15756528. OLE color: 15756528.
HSL color Cylindrical-coordinate representation of color #F06CF0: hue angle of 300º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06CF0 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 240 | - |
| CMYK | 0 | 0.55 | 0 | 0.06 |
| HSL | 300º | 0.81% | 0.68% | - |
| HSV(B) | 300º | 0.55% | 0.94% | - |
| XYZ | 57.03 | 35.54 | 86.29 | - |
| YUV | 162.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 240 | 0 | 0.55 | 0 | 0.06 | 300 | 0.81 | 0.68 |
| Hex | F0 | 6C | F0 | 0 | 37 | 0 | 6 | 12C | 51 | 44 |
| Octal | 360 | 154 | 360 | 0 | 67 | 0 | 6 | 454 | 121 | 104 |
| Binary | 11110000 | 1101100 | 11110000 | 0 | 110111 | 0 | 110 | 100101100 | 1010001 | 1000100 |
Color Harmonies of #F06CF0
Complementary color
Monochromatic Colors of #F06CF0
Black with #F06CF0
Text Example
Text Example
White with #F06CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CF0; }
p { color: rgb(240,108,240); }
H1.HeaderClassName
{
color: #F06CF0;
}
.AnyTagClassName
{
color: #F06CF0;
}
</style>
background-color css
<style>
a { background-color: #F06CF0; }
a { background-color: rgb(240,108,240); }
div.DivClassName
{
background-color: #F06CF0;
}
.BgClassName
{
background-color: #F06CF0;
}
</style>
border-color css
<style>
span { border-color: #F06CF0; }
span { border-color: rgb(240,108,240); }
td.TdClassName
{
border-color: #F06CF0;
}
.TagClassName
{
border-color: #F06CF0;
}
</style>