Shades of Ultra Pink #F06BF2
Tints of Ultra Pink #F06BF2
RGB
CMYK
RGB Variations
Color information
#F06BF2 (or 0xF06BF2) is known color: Ultra Pink. HEX triplet: F0, 6B and F2. RGB value is (240,107,242). Sum of RGB (Red+Green+Blue) = 240+107+242=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 107 (42.19% from 255 or 18.17% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #F06BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BF2 is #0F940D. Grayscale: #A1A1A1. Windows color (decimal): -1020942 or 15887344. OLE color: 15887344.
HSL color Cylindrical-coordinate representation of color #F06BF2: hue angle of 299.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06BF2 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 107 | 242 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.05 |
| HSL | 299.11º | 0.84% | 0.68% | - |
| HSV(B) | 299.11º | 0.56% | 0.95% | - |
| XYZ | 57.22 | 35.45 | 87.83 | - |
| YUV | 162.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 242 | 0.01 | 0.56 | 0 | 0.05 | 299.11 | 0.84 | 0.68 |
| Hex | F0 | 6B | F2 | 1 | 38 | 0 | 5 | 12B | 54 | 44 |
| Octal | 360 | 153 | 362 | 1 | 70 | 0 | 5 | 453 | 124 | 104 |
| Binary | 11110000 | 1101011 | 11110010 | 1 | 111000 | 0 | 101 | 100101011 | 1010100 | 1000100 |
Color Harmonies of #F06BF2
Complementary color
Monochromatic Colors of #F06BF2
Black with #F06BF2
Text Example
Text Example
White with #F06BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BF2; }
p { color: rgb(240,107,242); }
H1.HeaderClassName
{
color: #F06BF2;
}
.AnyTagClassName
{
color: #F06BF2;
}
</style>
background-color css
<style>
a { background-color: #F06BF2; }
a { background-color: rgb(240,107,242); }
div.DivClassName
{
background-color: #F06BF2;
}
.BgClassName
{
background-color: #F06BF2;
}
</style>
border-color css
<style>
span { border-color: #F06BF2; }
span { border-color: rgb(240,107,242); }
td.TdClassName
{
border-color: #F06BF2;
}
.TagClassName
{
border-color: #F06BF2;
}
</style>