Shades of Ultra Pink #F96EEF
Tints of Ultra Pink #F96EEF
RGB
CMYK
RGB Variations
Color information
#F96EEF (or 0xF96EEF) is known color: Ultra Pink. HEX triplet: F9, 6E and EF. RGB value is (249,110,239). Sum of RGB (Red+Green+Blue) = 249+110+239=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 110 (43.36% from 255 or 18.39% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96EEF is #069110. Grayscale: #A5A5A5. Windows color (decimal): -430353 or 15691513. OLE color: 15691513.
HSL color Cylindrical-coordinate representation of color #F96EEF: hue angle of 304.32º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96EEF is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 239 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.02 |
| HSL | 304.32º | 0.92% | 0.7% | - |
| HSV(B) | 304.32º | 0.56% | 0.98% | - |
| XYZ | 60.22 | 37.52 | 85.73 | - |
| YUV | 166.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 239 | 0 | 0.56 | 0.04 | 0.02 | 304.32 | 0.92 | 0.7 |
| Hex | F9 | 6E | EF | 0 | 38 | 4 | 2 | 130 | 5C | 46 |
| Octal | 371 | 156 | 357 | 0 | 70 | 4 | 2 | 460 | 134 | 106 |
| Binary | 11111001 | 1101110 | 11101111 | 0 | 111000 | 100 | 10 | 100110000 | 1011100 | 1000110 |
Color Harmonies of #F96EEF
Complementary color
Monochromatic Colors of #F96EEF
Black with #F96EEF
Text Example
Text Example
White with #F96EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96EEF; }
p { color: rgb(249,110,239); }
H1.HeaderClassName
{
color: #F96EEF;
}
.AnyTagClassName
{
color: #F96EEF;
}
</style>
background-color css
<style>
a { background-color: #F96EEF; }
a { background-color: rgb(249,110,239); }
div.DivClassName
{
background-color: #F96EEF;
}
.BgClassName
{
background-color: #F96EEF;
}
</style>
border-color css
<style>
span { border-color: #F96EEF; }
span { border-color: rgb(249,110,239); }
td.TdClassName
{
border-color: #F96EEF;
}
.TagClassName
{
border-color: #F96EEF;
}
</style>