Shades of Ultra Pink #F06DF1
Tints of Ultra Pink #F06DF1
RGB
CMYK
RGB Variations
Color information
#F06DF1 (or 0xF06DF1) is known color: Ultra Pink. HEX triplet: F0, 6D and F1. RGB value is (240,109,241). Sum of RGB (Red+Green+Blue) = 240+109+241=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 109 (42.97% from 255 or 18.47% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #F06DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DF1 is #0F920E. Grayscale: #A2A2A2. Windows color (decimal): -1020431 or 15822320. OLE color: 15822320.
HSL color Cylindrical-coordinate representation of color #F06DF1: hue angle of 299.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06DF1 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 109 | 241 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.05 |
| HSL | 299.55º | 0.83% | 0.69% | - |
| HSV(B) | 299.55º | 0.55% | 0.95% | - |
| XYZ | 57.28 | 35.81 | 87.11 | - |
| YUV | 163.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 241 | 0.00 | 0.55 | 0 | 0.05 | 299.55 | 0.83 | 0.69 |
| Hex | F0 | 6D | F1 | 0 | 37 | 0 | 5 | 12C | 52 | 45 |
| Octal | 360 | 155 | 361 | 0 | 67 | 0 | 5 | 454 | 122 | 105 |
| Binary | 11110000 | 1101101 | 11110001 | 0 | 110111 | 0 | 101 | 100101100 | 1010010 | 1000101 |
Color Harmonies of #F06DF1
Complementary color
Monochromatic Colors of #F06DF1
Black with #F06DF1
Text Example
Text Example
White with #F06DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DF1; }
p { color: rgb(240,109,241); }
H1.HeaderClassName
{
color: #F06DF1;
}
.AnyTagClassName
{
color: #F06DF1;
}
</style>
background-color css
<style>
a { background-color: #F06DF1; }
a { background-color: rgb(240,109,241); }
div.DivClassName
{
background-color: #F06DF1;
}
.BgClassName
{
background-color: #F06DF1;
}
</style>
border-color css
<style>
span { border-color: #F06DF1; }
span { border-color: rgb(240,109,241); }
td.TdClassName
{
border-color: #F06DF1;
}
.TagClassName
{
border-color: #F06DF1;
}
</style>