Shades of Ultra Pink #F96FEF
Tints of Ultra Pink #F96FEF
RGB
CMYK
RGB Variations
Color information
#F96FEF (or 0xF96FEF) is known color: Ultra Pink. HEX triplet: F9, 6F and EF. RGB value is (249,111,239). Sum of RGB (Red+Green+Blue) = 249+111+239=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 111 (43.75% from 255 or 18.53% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FEF is #069010. Grayscale: #A6A6A6. Windows color (decimal): -430097 or 15691769. OLE color: 15691769.
HSL color Cylindrical-coordinate representation of color #F96FEF: hue angle of 304.35º 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 #F96FEF is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 239 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.02 |
| HSL | 304.35º | 0.92% | 0.71% | - |
| HSV(B) | 304.35º | 0.55% | 0.98% | - |
| XYZ | 60.33 | 37.74 | 85.77 | - |
| YUV | 166.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 239 | 0 | 0.55 | 0.04 | 0.02 | 304.35 | 0.92 | 0.71 |
| Hex | F9 | 6F | EF | 0 | 37 | 4 | 2 | 130 | 5C | 47 |
| Octal | 371 | 157 | 357 | 0 | 67 | 4 | 2 | 460 | 134 | 107 |
| Binary | 11111001 | 1101111 | 11101111 | 0 | 110111 | 100 | 10 | 100110000 | 1011100 | 1000111 |
Color Harmonies of #F96FEF
Complementary color
Monochromatic Colors of #F96FEF
Black with #F96FEF
Text Example
Text Example
White with #F96FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96FEF; }
p { color: rgb(249,111,239); }
H1.HeaderClassName
{
color: #F96FEF;
}
.AnyTagClassName
{
color: #F96FEF;
}
</style>
background-color css
<style>
a { background-color: #F96FEF; }
a { background-color: rgb(249,111,239); }
div.DivClassName
{
background-color: #F96FEF;
}
.BgClassName
{
background-color: #F96FEF;
}
</style>
border-color css
<style>
span { border-color: #F96FEF; }
span { border-color: rgb(249,111,239); }
td.TdClassName
{
border-color: #F96FEF;
}
.TagClassName
{
border-color: #F96FEF;
}
</style>