Shades of Ultra Pink #F96FF2
Tints of Ultra Pink #F96FF2
RGB
CMYK
RGB Variations
Color information
#F96FF2 (or 0xF96FF2) is known color: Ultra Pink. HEX triplet: F9, 6F and F2. RGB value is (249,111,242). Sum of RGB (Red+Green+Blue) = 249+111+242=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 111 (43.75% from 255 or 18.44% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FF2 is #06900D. Grayscale: #A6A6A6. Windows color (decimal): -430094 or 15888377. OLE color: 15888377.
HSL color Cylindrical-coordinate representation of color #F96FF2: hue angle of 303.04º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96FF2 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 242 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.02 |
| HSL | 303.04º | 0.92% | 0.71% | - |
| HSV(B) | 303.04º | 0.55% | 0.98% | - |
| XYZ | 60.78 | 37.92 | 88.12 | - |
| YUV | 167.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 242 | 0 | 0.55 | 0.03 | 0.02 | 303.04 | 0.92 | 0.71 |
| Hex | F9 | 6F | F2 | 0 | 37 | 3 | 2 | 12F | 5C | 47 |
| Octal | 371 | 157 | 362 | 0 | 67 | 3 | 2 | 457 | 134 | 107 |
| Binary | 11111001 | 1101111 | 11110010 | 0 | 110111 | 11 | 10 | 100101111 | 1011100 | 1000111 |
Color Harmonies of #F96FF2
Complementary color
Monochromatic Colors of #F96FF2
Black with #F96FF2
Text Example
Text Example
White with #F96FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96FF2; }
p { color: rgb(249,111,242); }
H1.HeaderClassName
{
color: #F96FF2;
}
.AnyTagClassName
{
color: #F96FF2;
}
</style>
background-color css
<style>
a { background-color: #F96FF2; }
a { background-color: rgb(249,111,242); }
div.DivClassName
{
background-color: #F96FF2;
}
.BgClassName
{
background-color: #F96FF2;
}
</style>
border-color css
<style>
span { border-color: #F96FF2; }
span { border-color: rgb(249,111,242); }
td.TdClassName
{
border-color: #F96FF2;
}
.TagClassName
{
border-color: #F96FF2;
}
</style>