Shades of Ultra Pink #F66FFE
Tints of Ultra Pink #F66FFE
RGB
CMYK
RGB Variations
Color information
#F66FFE (or 0xF66FFE) is known color: Ultra Pink. HEX triplet: F6, 6F and FE. RGB value is (246,111,254). Sum of RGB (Red+Green+Blue) = 246+111+254=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 111 (43.75% from 255 or 18.17% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #F66FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66FFE is #099001. Grayscale: #A7A7A7. Windows color (decimal): -626690 or 16674806. OLE color: 16674806.
HSL color Cylindrical-coordinate representation of color #F66FFE: hue angle of 296.64º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66FFE is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 111 | 254 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.00 |
| HSL | 296.64º | 0.99% | 0.72% | - |
| HSV(B) | 296.64º | 0.56% | 1% | - |
| XYZ | 61.58 | 38.12 | 97.88 | - |
| YUV | 167.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 254 | 0.03 | 0.56 | 0 | 0.00 | 296.64 | 0.99 | 0.72 |
| Hex | F6 | 6F | FE | 3 | 38 | 0 | 0 | 129 | 63 | 48 |
| Octal | 366 | 157 | 376 | 3 | 70 | 0 | 0 | 451 | 143 | 110 |
| Binary | 11110110 | 1101111 | 11111110 | 11 | 111000 | 0 | 0 | 100101001 | 1100011 | 1001000 |
Color Harmonies of #F66FFE
Complementary color
Monochromatic Colors of #F66FFE
Black with #F66FFE
Text Example
Text Example
White with #F66FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FFE; }
p { color: rgb(246,111,254); }
H1.HeaderClassName
{
color: #F66FFE;
}
.AnyTagClassName
{
color: #F66FFE;
}
</style>
background-color css
<style>
a { background-color: #F66FFE; }
a { background-color: rgb(246,111,254); }
div.DivClassName
{
background-color: #F66FFE;
}
.BgClassName
{
background-color: #F66FFE;
}
</style>
border-color css
<style>
span { border-color: #F66FFE; }
span { border-color: rgb(246,111,254); }
td.TdClassName
{
border-color: #F66FFE;
}
.TagClassName
{
border-color: #F66FFE;
}
</style>