Shades of Ultra Pink #F66FF5
Tints of Ultra Pink #F66FF5
RGB
CMYK
RGB Variations
Color information
#F66FF5 (or 0xF66FF5) is known color: Ultra Pink. HEX triplet: F6, 6F and F5. RGB value is (246,111,245). Sum of RGB (Red+Green+Blue) = 246+111+245=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 111 (43.75% from 255 or 18.44% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66FF5 is #09900A. Grayscale: #A6A6A6. Windows color (decimal): -626699 or 16084982. OLE color: 16084982.
HSL color Cylindrical-coordinate representation of color #F66FF5: hue angle of 300.44º 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 #F66FF5 is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 245 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.04 |
| HSL | 300.44º | 0.88% | 0.7% | - |
| HSV(B) | 300.44º | 0.55% | 0.96% | - |
| XYZ | 60.17 | 37.55 | 90.46 | - |
| YUV | 166.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 245 | 0 | 0.55 | 0.00 | 0.04 | 300.44 | 0.88 | 0.7 |
| Hex | F6 | 6F | F5 | 0 | 37 | 0 | 4 | 12C | 58 | 46 |
| Octal | 366 | 157 | 365 | 0 | 67 | 0 | 4 | 454 | 130 | 106 |
| Binary | 11110110 | 1101111 | 11110101 | 0 | 110111 | 0 | 100 | 100101100 | 1011000 | 1000110 |
Color Harmonies of #F66FF5
Complementary color
Monochromatic Colors of #F66FF5
Black with #F66FF5
Text Example
Text Example
White with #F66FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FF5; }
p { color: rgb(246,111,245); }
H1.HeaderClassName
{
color: #F66FF5;
}
.AnyTagClassName
{
color: #F66FF5;
}
</style>
background-color css
<style>
a { background-color: #F66FF5; }
a { background-color: rgb(246,111,245); }
div.DivClassName
{
background-color: #F66FF5;
}
.BgClassName
{
background-color: #F66FF5;
}
</style>
border-color css
<style>
span { border-color: #F66FF5; }
span { border-color: rgb(246,111,245); }
td.TdClassName
{
border-color: #F66FF5;
}
.TagClassName
{
border-color: #F66FF5;
}
</style>