Shades of Ultra Pink #F96CEC
Tints of Ultra Pink #F96CEC
RGB
CMYK
RGB Variations
Color information
#F96CEC (or 0xF96CEC) is known color: Ultra Pink. HEX triplet: F9, 6C and EC. RGB value is (249,108,236). Sum of RGB (Red+Green+Blue) = 249+108+236=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 108 (42.58% from 255 or 18.21% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CEC is #069313. Grayscale: #A4A4A4. Windows color (decimal): -430868 or 15494393. OLE color: 15494393.
HSL color Cylindrical-coordinate representation of color #F96CEC: hue angle of 305.53º 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 #F96CEC is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 236 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.02 |
| HSL | 305.53º | 0.92% | 0.7% | - |
| HSV(B) | 305.53º | 0.57% | 0.98% | - |
| XYZ | 59.57 | 36.92 | 83.34 | - |
| YUV | 164.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 236 | 0 | 0.57 | 0.05 | 0.02 | 305.53 | 0.92 | 0.7 |
| Hex | F9 | 6C | EC | 0 | 39 | 5 | 2 | 132 | 5C | 46 |
| Octal | 371 | 154 | 354 | 0 | 71 | 5 | 2 | 462 | 134 | 106 |
| Binary | 11111001 | 1101100 | 11101100 | 0 | 111001 | 101 | 10 | 100110010 | 1011100 | 1000110 |
Color Harmonies of #F96CEC
Complementary color
Monochromatic Colors of #F96CEC
Black with #F96CEC
Text Example
Text Example
White with #F96CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96CEC; }
p { color: rgb(249,108,236); }
H1.HeaderClassName
{
color: #F96CEC;
}
.AnyTagClassName
{
color: #F96CEC;
}
</style>
background-color css
<style>
a { background-color: #F96CEC; }
a { background-color: rgb(249,108,236); }
div.DivClassName
{
background-color: #F96CEC;
}
.BgClassName
{
background-color: #F96CEC;
}
</style>
border-color css
<style>
span { border-color: #F96CEC; }
span { border-color: rgb(249,108,236); }
td.TdClassName
{
border-color: #F96CEC;
}
.TagClassName
{
border-color: #F96CEC;
}
</style>