Shades of Ultra Pink #F66FF0
Tints of Ultra Pink #F66FF0
RGB
CMYK
RGB Variations
Color information
#F66FF0 (or 0xF66FF0) is known color: Ultra Pink. HEX triplet: F6, 6F and F0. RGB value is (246,111,240). Sum of RGB (Red+Green+Blue) = 246+111+240=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 111 (43.75% from 255 or 18.59% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66FF0 is #09900F. Grayscale: #A5A5A5. Windows color (decimal): -626704 or 15757302. OLE color: 15757302.
HSL color Cylindrical-coordinate representation of color #F66FF0: hue angle of 302.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66FF0 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 240 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.04 |
| HSL | 302.67º | 0.88% | 0.7% | - |
| HSV(B) | 302.67º | 0.55% | 0.96% | - |
| XYZ | 59.42 | 37.25 | 86.5 | - |
| YUV | 166.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 240 | 0 | 0.55 | 0.02 | 0.04 | 302.67 | 0.88 | 0.7 |
| Hex | F6 | 6F | F0 | 0 | 37 | 2 | 4 | 12F | 58 | 46 |
| Octal | 366 | 157 | 360 | 0 | 67 | 2 | 4 | 457 | 130 | 106 |
| Binary | 11110110 | 1101111 | 11110000 | 0 | 110111 | 10 | 100 | 100101111 | 1011000 | 1000110 |
Color Harmonies of #F66FF0
Complementary color
Monochromatic Colors of #F66FF0
Black with #F66FF0
Text Example
Text Example
White with #F66FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FF0; }
p { color: rgb(246,111,240); }
H1.HeaderClassName
{
color: #F66FF0;
}
.AnyTagClassName
{
color: #F66FF0;
}
</style>
background-color css
<style>
a { background-color: #F66FF0; }
a { background-color: rgb(246,111,240); }
div.DivClassName
{
background-color: #F66FF0;
}
.BgClassName
{
background-color: #F66FF0;
}
</style>
border-color css
<style>
span { border-color: #F66FF0; }
span { border-color: rgb(246,111,240); }
td.TdClassName
{
border-color: #F66FF0;
}
.TagClassName
{
border-color: #F66FF0;
}
</style>