Shades of Ultra Pink #F96CEF
Tints of Ultra Pink #F96CEF
RGB
CMYK
RGB Variations
Color information
#F96CEF (or 0xF96CEF) is known color: Ultra Pink. HEX triplet: F9, 6C and EF. RGB value is (249,108,239). Sum of RGB (Red+Green+Blue) = 249+108+239=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 108 (42.58% from 255 or 18.12% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CEF is #069310. Grayscale: #A4A4A4. Windows color (decimal): -430865 or 15691001. OLE color: 15691001.
HSL color Cylindrical-coordinate representation of color #F96CEF: hue angle of 304.26º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96CEF is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 239 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.02 |
| HSL | 304.26º | 0.92% | 0.7% | - |
| HSV(B) | 304.26º | 0.57% | 0.98% | - |
| XYZ | 60.01 | 37.1 | 85.66 | - |
| YUV | 165.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 239 | 0 | 0.57 | 0.04 | 0.02 | 304.26 | 0.92 | 0.7 |
| Hex | F9 | 6C | EF | 0 | 39 | 4 | 2 | 130 | 5C | 46 |
| Octal | 371 | 154 | 357 | 0 | 71 | 4 | 2 | 460 | 134 | 106 |
| Binary | 11111001 | 1101100 | 11101111 | 0 | 111001 | 100 | 10 | 100110000 | 1011100 | 1000110 |
Color Harmonies of #F96CEF
Complementary color
Monochromatic Colors of #F96CEF
Black with #F96CEF
Text Example
Text Example
White with #F96CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96CEF; }
p { color: rgb(249,108,239); }
H1.HeaderClassName
{
color: #F96CEF;
}
.AnyTagClassName
{
color: #F96CEF;
}
</style>
background-color css
<style>
a { background-color: #F96CEF; }
a { background-color: rgb(249,108,239); }
div.DivClassName
{
background-color: #F96CEF;
}
.BgClassName
{
background-color: #F96CEF;
}
</style>
border-color css
<style>
span { border-color: #F96CEF; }
span { border-color: rgb(249,108,239); }
td.TdClassName
{
border-color: #F96CEF;
}
.TagClassName
{
border-color: #F96CEF;
}
</style>