Shades of Ultra Pink #F06CF1
Tints of Ultra Pink #F06CF1
RGB
CMYK
RGB Variations
Color information
#F06CF1 (or 0xF06CF1) is known color: Ultra Pink. HEX triplet: F0, 6C and F1. RGB value is (240,108,241). Sum of RGB (Red+Green+Blue) = 240+108+241=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #F06CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CF1 is #0F930E. Grayscale: #A2A2A2. Windows color (decimal): -1020687 or 15822064. OLE color: 15822064.
HSL color Cylindrical-coordinate representation of color #F06CF1: hue angle of 299.55º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06CF1 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 108 | 241 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.05 |
| HSL | 299.55º | 0.83% | 0.68% | - |
| HSV(B) | 299.55º | 0.55% | 0.95% | - |
| XYZ | 57.17 | 35.6 | 87.08 | - |
| YUV | 162.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 241 | 0.00 | 0.55 | 0 | 0.05 | 299.55 | 0.83 | 0.68 |
| Hex | F0 | 6C | F1 | 0 | 37 | 0 | 5 | 12C | 53 | 44 |
| Octal | 360 | 154 | 361 | 0 | 67 | 0 | 5 | 454 | 123 | 104 |
| Binary | 11110000 | 1101100 | 11110001 | 0 | 110111 | 0 | 101 | 100101100 | 1010011 | 1000100 |
Color Harmonies of #F06CF1
Complementary color
Monochromatic Colors of #F06CF1
Black with #F06CF1
Text Example
Text Example
White with #F06CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CF1; }
p { color: rgb(240,108,241); }
H1.HeaderClassName
{
color: #F06CF1;
}
.AnyTagClassName
{
color: #F06CF1;
}
</style>
background-color css
<style>
a { background-color: #F06CF1; }
a { background-color: rgb(240,108,241); }
div.DivClassName
{
background-color: #F06CF1;
}
.BgClassName
{
background-color: #F06CF1;
}
</style>
border-color css
<style>
span { border-color: #F06CF1; }
span { border-color: rgb(240,108,241); }
td.TdClassName
{
border-color: #F06CF1;
}
.TagClassName
{
border-color: #F06CF1;
}
</style>