Shades of Ultra Pink #F66FED
Tints of Ultra Pink #F66FED
RGB
CMYK
RGB Variations
Color information
#F66FED (or 0xF66FED) is known color: Ultra Pink. HEX triplet: F6, 6F and ED. RGB value is (246,111,237). Sum of RGB (Red+Green+Blue) = 246+111+237=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 111 (43.75% from 255 or 18.69% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66FED is #099012. Grayscale: #A5A5A5. Windows color (decimal): -626707 or 15560694. OLE color: 15560694.
HSL color Cylindrical-coordinate representation of color #F66FED: hue angle of 304º 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 #F66FED is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 237 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.04 |
| HSL | 304º | 0.88% | 0.7% | - |
| HSV(B) | 304º | 0.55% | 0.96% | - |
| XYZ | 58.98 | 37.08 | 84.17 | - |
| YUV | 165.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 237 | 0 | 0.55 | 0.04 | 0.04 | 304 | 0.88 | 0.7 |
| Hex | F6 | 6F | ED | 0 | 37 | 4 | 4 | 130 | 58 | 46 |
| Octal | 366 | 157 | 355 | 0 | 67 | 4 | 4 | 460 | 130 | 106 |
| Binary | 11110110 | 1101111 | 11101101 | 0 | 110111 | 100 | 100 | 100110000 | 1011000 | 1000110 |
Color Harmonies of #F66FED
Complementary color
Monochromatic Colors of #F66FED
Black with #F66FED
Text Example
Text Example
White with #F66FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FED; }
p { color: rgb(246,111,237); }
H1.HeaderClassName
{
color: #F66FED;
}
.AnyTagClassName
{
color: #F66FED;
}
</style>
background-color css
<style>
a { background-color: #F66FED; }
a { background-color: rgb(246,111,237); }
div.DivClassName
{
background-color: #F66FED;
}
.BgClassName
{
background-color: #F66FED;
}
</style>
border-color css
<style>
span { border-color: #F66FED; }
span { border-color: rgb(246,111,237); }
td.TdClassName
{
border-color: #F66FED;
}
.TagClassName
{
border-color: #F66FED;
}
</style>