Shades of Ultra Pink #F96EEC
Tints of Ultra Pink #F96EEC
RGB
CMYK
RGB Variations
Color information
#F96EEC (or 0xF96EEC) is known color: Ultra Pink. HEX triplet: F9, 6E and EC. RGB value is (249,110,236). Sum of RGB (Red+Green+Blue) = 249+110+236=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 110 (43.36% from 255 or 18.49% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96EEC is #069113. Grayscale: #A5A5A5. Windows color (decimal): -430356 or 15494905. OLE color: 15494905.
HSL color Cylindrical-coordinate representation of color #F96EEC: hue angle of 305.61º 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 #F96EEC is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 236 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.02 |
| HSL | 305.61º | 0.92% | 0.7% | - |
| HSV(B) | 305.61º | 0.56% | 0.98% | - |
| XYZ | 59.78 | 37.35 | 83.41 | - |
| YUV | 165.93 | 167.55 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 236 | 0 | 0.56 | 0.05 | 0.02 | 305.61 | 0.92 | 0.7 |
| Hex | F9 | 6E | EC | 0 | 38 | 5 | 2 | 132 | 5C | 46 |
| Octal | 371 | 156 | 354 | 0 | 70 | 5 | 2 | 462 | 134 | 106 |
| Binary | 11111001 | 1101110 | 11101100 | 0 | 111000 | 101 | 10 | 100110010 | 1011100 | 1000110 |
Color Harmonies of #F96EEC
Complementary color
Monochromatic Colors of #F96EEC
Black with #F96EEC
Text Example
Text Example
White with #F96EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96EEC; }
p { color: rgb(249,110,236); }
H1.HeaderClassName
{
color: #F96EEC;
}
.AnyTagClassName
{
color: #F96EEC;
}
</style>
background-color css
<style>
a { background-color: #F96EEC; }
a { background-color: rgb(249,110,236); }
div.DivClassName
{
background-color: #F96EEC;
}
.BgClassName
{
background-color: #F96EEC;
}
</style>
border-color css
<style>
span { border-color: #F96EEC; }
span { border-color: rgb(249,110,236); }
td.TdClassName
{
border-color: #F96EEC;
}
.TagClassName
{
border-color: #F96EEC;
}
</style>