Shades of Ultra Pink #F66FF2
Tints of Ultra Pink #F66FF2
RGB
CMYK
RGB Variations
Color information
#F66FF2 (or 0xF66FF2) is known color: Ultra Pink. HEX triplet: F6, 6F and F2. RGB value is (246,111,242). Sum of RGB (Red+Green+Blue) = 246+111+242=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 111 (43.75% from 255 or 18.53% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66FF2 is #09900D. Grayscale: #A5A5A5. Windows color (decimal): -626702 or 15888374. OLE color: 15888374.
HSL color Cylindrical-coordinate representation of color #F66FF2: hue angle of 301.78º 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 #F66FF2 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 242 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.04 |
| HSL | 301.78º | 0.88% | 0.7% | - |
| HSV(B) | 301.78º | 0.55% | 0.96% | - |
| XYZ | 59.72 | 37.37 | 88.07 | - |
| YUV | 166.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 242 | 0 | 0.55 | 0.02 | 0.04 | 301.78 | 0.88 | 0.7 |
| Hex | F6 | 6F | F2 | 0 | 37 | 2 | 4 | 12E | 58 | 46 |
| Octal | 366 | 157 | 362 | 0 | 67 | 2 | 4 | 456 | 130 | 106 |
| Binary | 11110110 | 1101111 | 11110010 | 0 | 110111 | 10 | 100 | 100101110 | 1011000 | 1000110 |
Color Harmonies of #F66FF2
Complementary color
Monochromatic Colors of #F66FF2
Black with #F66FF2
Text Example
Text Example
White with #F66FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FF2; }
p { color: rgb(246,111,242); }
H1.HeaderClassName
{
color: #F66FF2;
}
.AnyTagClassName
{
color: #F66FF2;
}
</style>
background-color css
<style>
a { background-color: #F66FF2; }
a { background-color: rgb(246,111,242); }
div.DivClassName
{
background-color: #F66FF2;
}
.BgClassName
{
background-color: #F66FF2;
}
</style>
border-color css
<style>
span { border-color: #F66FF2; }
span { border-color: rgb(246,111,242); }
td.TdClassName
{
border-color: #F66FF2;
}
.TagClassName
{
border-color: #F66FF2;
}
</style>