Shades of Ultra Pink #F96CF1
Tints of Ultra Pink #F96CF1
RGB
CMYK
RGB Variations
Color information
#F96CF1 (or 0xF96CF1) is known color: Ultra Pink. HEX triplet: F9, 6C and F1. RGB value is (249,108,241). Sum of RGB (Red+Green+Blue) = 249+108+241=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 108 (42.58% from 255 or 18.06% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CF1 is #06930E. Grayscale: #A4A4A4. Windows color (decimal): -430863 or 15822073. OLE color: 15822073.
HSL color Cylindrical-coordinate representation of color #F96CF1: hue angle of 303.4º 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 #F96CF1 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 241 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.02 |
| HSL | 303.4º | 0.92% | 0.7% | - |
| HSV(B) | 303.4º | 0.57% | 0.98% | - |
| XYZ | 60.31 | 37.22 | 87.22 | - |
| YUV | 165.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 241 | 0 | 0.57 | 0.03 | 0.02 | 303.4 | 0.92 | 0.7 |
| Hex | F9 | 6C | F1 | 0 | 39 | 3 | 2 | 12F | 5C | 46 |
| Octal | 371 | 154 | 361 | 0 | 71 | 3 | 2 | 457 | 134 | 106 |
| Binary | 11111001 | 1101100 | 11110001 | 0 | 111001 | 11 | 10 | 100101111 | 1011100 | 1000110 |
Color Harmonies of #F96CF1
Complementary color
Monochromatic Colors of #F96CF1
Black with #F96CF1
Text Example
Text Example
White with #F96CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96CF1; }
p { color: rgb(249,108,241); }
H1.HeaderClassName
{
color: #F96CF1;
}
.AnyTagClassName
{
color: #F96CF1;
}
</style>
background-color css
<style>
a { background-color: #F96CF1; }
a { background-color: rgb(249,108,241); }
div.DivClassName
{
background-color: #F96CF1;
}
.BgClassName
{
background-color: #F96CF1;
}
</style>
border-color css
<style>
span { border-color: #F96CF1; }
span { border-color: rgb(249,108,241); }
td.TdClassName
{
border-color: #F96CF1;
}
.TagClassName
{
border-color: #F96CF1;
}
</style>