Shades of Ultra Pink #F96FFE
Tints of Ultra Pink #F96FFE
RGB
CMYK
RGB Variations
Color information
#F96FFE (or 0xF96FFE) is known color: Ultra Pink. HEX triplet: F9, 6F and FE. RGB value is (249,111,254). Sum of RGB (Red+Green+Blue) = 249+111+254=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 111 (43.75% from 255 or 18.08% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #F96FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FFE is #069001. Grayscale: #A8A8A8. Windows color (decimal): -430082 or 16674809. OLE color: 16674809.
HSL color Cylindrical-coordinate representation of color #F96FFE: hue angle of 297.9º 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 #F96FFE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 111 | 254 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.00 |
| HSL | 297.9º | 0.99% | 0.72% | - |
| HSV(B) | 297.9º | 0.56% | 1% | - |
| XYZ | 62.64 | 38.66 | 97.93 | - |
| YUV | 168.56 | 176.22 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 254 | 0.02 | 0.56 | 0 | 0.00 | 297.9 | 0.99 | 0.72 |
| Hex | F9 | 6F | FE | 2 | 38 | 0 | 0 | 12A | 63 | 48 |
| Octal | 371 | 157 | 376 | 2 | 70 | 0 | 0 | 452 | 143 | 110 |
| Binary | 11111001 | 1101111 | 11111110 | 10 | 111000 | 0 | 0 | 100101010 | 1100011 | 1001000 |
Color Harmonies of #F96FFE
Complementary color
Monochromatic Colors of #F96FFE
Black with #F96FFE
Text Example
Text Example
White with #F96FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96FFE; }
p { color: rgb(249,111,254); }
H1.HeaderClassName
{
color: #F96FFE;
}
.AnyTagClassName
{
color: #F96FFE;
}
</style>
background-color css
<style>
a { background-color: #F96FFE; }
a { background-color: rgb(249,111,254); }
div.DivClassName
{
background-color: #F96FFE;
}
.BgClassName
{
background-color: #F96FFE;
}
</style>
border-color css
<style>
span { border-color: #F96FFE; }
span { border-color: rgb(249,111,254); }
td.TdClassName
{
border-color: #F96FFE;
}
.TagClassName
{
border-color: #F96FFE;
}
</style>