Shades of Ultra Pink #F96FFC
Tints of Ultra Pink #F96FFC
RGB
CMYK
RGB Variations
Color information
#F96FFC (or 0xF96FFC) is known color: Ultra Pink. HEX triplet: F9, 6F and FC. RGB value is (249,111,252). Sum of RGB (Red+Green+Blue) = 249+111+252=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 111 (43.75% from 255 or 18.14% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #F96FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FFC is #069003. Grayscale: #A7A7A7. Windows color (decimal): -430084 or 16543737. OLE color: 16543737.
HSL color Cylindrical-coordinate representation of color #F96FFC: hue angle of 298.72º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96FFC is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 111 | 252 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.01 |
| HSL | 298.72º | 0.96% | 0.71% | - |
| HSV(B) | 298.72º | 0.56% | 0.99% | - |
| XYZ | 62.32 | 38.54 | 96.25 | - |
| YUV | 168.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 252 | 0.01 | 0.56 | 0 | 0.01 | 298.72 | 0.96 | 0.71 |
| Hex | F9 | 6F | FC | 1 | 38 | 0 | 1 | 12B | 60 | 47 |
| Octal | 371 | 157 | 374 | 1 | 70 | 0 | 1 | 453 | 140 | 107 |
| Binary | 11111001 | 1101111 | 11111100 | 1 | 111000 | 0 | 1 | 100101011 | 1100000 | 1000111 |
Color Harmonies of #F96FFC
Complementary color
Monochromatic Colors of #F96FFC
Black with #F96FFC
Text Example
Text Example
White with #F96FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96FFC; }
p { color: rgb(249,111,252); }
H1.HeaderClassName
{
color: #F96FFC;
}
.AnyTagClassName
{
color: #F96FFC;
}
</style>
background-color css
<style>
a { background-color: #F96FFC; }
a { background-color: rgb(249,111,252); }
div.DivClassName
{
background-color: #F96FFC;
}
.BgClassName
{
background-color: #F96FFC;
}
</style>
border-color css
<style>
span { border-color: #F96FFC; }
span { border-color: rgb(249,111,252); }
td.TdClassName
{
border-color: #F96FFC;
}
.TagClassName
{
border-color: #F96FFC;
}
</style>