Shades of Ultra Pink #F96DF0
Tints of Ultra Pink #F96DF0
RGB
CMYK
RGB Variations
Color information
#F96DF0 (or 0xF96DF0) is known color: Ultra Pink. HEX triplet: F9, 6D and F0. RGB value is (249,109,240). Sum of RGB (Red+Green+Blue) = 249+109+240=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 109 (42.97% from 255 or 18.23% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96DF0 is #06920F. Grayscale: #A5A5A5. Windows color (decimal): -430608 or 15756793. OLE color: 15756793.
HSL color Cylindrical-coordinate representation of color #F96DF0: hue angle of 303.86º 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 #F96DF0 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 240 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.02 |
| HSL | 303.86º | 0.92% | 0.7% | - |
| HSV(B) | 303.86º | 0.56% | 0.98% | - |
| XYZ | 60.26 | 37.37 | 86.47 | - |
| YUV | 165.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 240 | 0 | 0.56 | 0.04 | 0.02 | 303.86 | 0.92 | 0.7 |
| Hex | F9 | 6D | F0 | 0 | 38 | 4 | 2 | 130 | 5C | 46 |
| Octal | 371 | 155 | 360 | 0 | 70 | 4 | 2 | 460 | 134 | 106 |
| Binary | 11111001 | 1101101 | 11110000 | 0 | 111000 | 100 | 10 | 100110000 | 1011100 | 1000110 |
Color Harmonies of #F96DF0
Complementary color
Monochromatic Colors of #F96DF0
Black with #F96DF0
Text Example
Text Example
White with #F96DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96DF0; }
p { color: rgb(249,109,240); }
H1.HeaderClassName
{
color: #F96DF0;
}
.AnyTagClassName
{
color: #F96DF0;
}
</style>
background-color css
<style>
a { background-color: #F96DF0; }
a { background-color: rgb(249,109,240); }
div.DivClassName
{
background-color: #F96DF0;
}
.BgClassName
{
background-color: #F96DF0;
}
</style>
border-color css
<style>
span { border-color: #F96DF0; }
span { border-color: rgb(249,109,240); }
td.TdClassName
{
border-color: #F96DF0;
}
.TagClassName
{
border-color: #F96DF0;
}
</style>