Shades of Ultra Pink #F96FFF
Tints of Ultra Pink #F96FFF
RGB
CMYK
RGB Variations
Color information
#F96FFF (or 0xF96FFF) is known color: Ultra Pink. HEX triplet: F9, 6F and FF. RGB value is (249,111,255). Sum of RGB (Red+Green+Blue) = 249+111+255=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 111 (43.75% from 255 or 18.05% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #F96FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FFF is #069000. Grayscale: #A8A8A8. Windows color (decimal): -430081 or 16740345. OLE color: 16740345.
HSL color Cylindrical-coordinate representation of color #F96FFF: hue angle of 297.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96FFF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 111 | 255 | - |
| CMYK | 0.02 | 0.56 | 0 | 0 |
| HSL | 297.5º | 1% | 0.72% | - |
| HSV(B) | 297.5º | 0.56% | 1% | - |
| XYZ | 62.8 | 38.73 | 98.77 | - |
| YUV | 168.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 255 | 0.02 | 0.56 | 0 | 0 | 297.5 | 1 | 0.72 |
| Hex | F9 | 6F | FF | 2 | 38 | 0 | 0 | 12A | 64 | 48 |
| Octal | 371 | 157 | 377 | 2 | 70 | 0 | 0 | 452 | 144 | 110 |
| Binary | 11111001 | 1101111 | 11111111 | 10 | 111000 | 0 | 0 | 100101010 | 1100100 | 1001000 |
Color Harmonies of #F96FFF
Complementary color
Monochromatic Colors of #F96FFF
Black with #F96FFF
Text Example
Text Example
White with #F96FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96FFF; }
p { color: rgb(249,111,255); }
H1.HeaderClassName
{
color: #F96FFF;
}
.AnyTagClassName
{
color: #F96FFF;
}
</style>
background-color css
<style>
a { background-color: #F96FFF; }
a { background-color: rgb(249,111,255); }
div.DivClassName
{
background-color: #F96FFF;
}
.BgClassName
{
background-color: #F96FFF;
}
</style>
border-color css
<style>
span { border-color: #F96FFF; }
span { border-color: rgb(249,111,255); }
td.TdClassName
{
border-color: #F96FFF;
}
.TagClassName
{
border-color: #F96FFF;
}
</style>