Shades of Ultra Pink #F96CF7
Tints of Ultra Pink #F96CF7
RGB
CMYK
RGB Variations
Color information
#F96CF7 (or 0xF96CF7) is known color: Ultra Pink. HEX triplet: F9, 6C and F7. RGB value is (249,108,247). Sum of RGB (Red+Green+Blue) = 249+108+247=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 108 (42.58% from 255 or 17.88% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CF7 is #069308. Grayscale: #A5A5A5. Windows color (decimal): -430857 or 16215289. OLE color: 16215289.
HSL color Cylindrical-coordinate representation of color #F96CF7: hue angle of 300.85º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96CF7 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 247 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.02 |
| HSL | 300.85º | 0.92% | 0.7% | - |
| HSV(B) | 300.85º | 0.57% | 0.98% | - |
| XYZ | 61.22 | 37.58 | 92.02 | - |
| YUV | 166.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 247 | 0 | 0.57 | 0.01 | 0.02 | 300.85 | 0.92 | 0.7 |
| Hex | F9 | 6C | F7 | 0 | 39 | 1 | 2 | 12D | 5C | 46 |
| Octal | 371 | 154 | 367 | 0 | 71 | 1 | 2 | 455 | 134 | 106 |
| Binary | 11111001 | 1101100 | 11110111 | 0 | 111001 | 1 | 10 | 100101101 | 1011100 | 1000110 |
Color Harmonies of #F96CF7
Complementary color
Monochromatic Colors of #F96CF7
Black with #F96CF7
Text Example
Text Example
White with #F96CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96CF7; }
p { color: rgb(249,108,247); }
H1.HeaderClassName
{
color: #F96CF7;
}
.AnyTagClassName
{
color: #F96CF7;
}
</style>
background-color css
<style>
a { background-color: #F96CF7; }
a { background-color: rgb(249,108,247); }
div.DivClassName
{
background-color: #F96CF7;
}
.BgClassName
{
background-color: #F96CF7;
}
</style>
border-color css
<style>
span { border-color: #F96CF7; }
span { border-color: rgb(249,108,247); }
td.TdClassName
{
border-color: #F96CF7;
}
.TagClassName
{
border-color: #F96CF7;
}
</style>