Shades of Ultra Pink #F96DFE
Tints of Ultra Pink #F96DFE
RGB
CMYK
RGB Variations
Color information
#F96DFE (or 0xF96DFE) is known color: Ultra Pink. HEX triplet: F9, 6D and FE. RGB value is (249,109,254). Sum of RGB (Red+Green+Blue) = 249+109+254=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 109 (42.97% from 255 or 17.81% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #F96DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96DFE is #069201. Grayscale: #A6A6A6. Windows color (decimal): -430594 or 16674297. OLE color: 16674297.
HSL color Cylindrical-coordinate representation of color #F96DFE: hue angle of 297.93º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96DFE is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 109 | 254 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.00 |
| HSL | 297.93º | 0.99% | 0.71% | - |
| HSV(B) | 297.93º | 0.57% | 1% | - |
| XYZ | 62.42 | 38.23 | 97.86 | - |
| YUV | 167.39 | 176.88 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 254 | 0.02 | 0.57 | 0 | 0.00 | 297.93 | 0.99 | 0.71 |
| Hex | F9 | 6D | FE | 2 | 39 | 0 | 0 | 12A | 63 | 47 |
| Octal | 371 | 155 | 376 | 2 | 71 | 0 | 0 | 452 | 143 | 107 |
| Binary | 11111001 | 1101101 | 11111110 | 10 | 111001 | 0 | 0 | 100101010 | 1100011 | 1000111 |
Color Harmonies of #F96DFE
Complementary color
Monochromatic Colors of #F96DFE
Black with #F96DFE
Text Example
Text Example
White with #F96DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96DFE; }
p { color: rgb(249,109,254); }
H1.HeaderClassName
{
color: #F96DFE;
}
.AnyTagClassName
{
color: #F96DFE;
}
</style>
background-color css
<style>
a { background-color: #F96DFE; }
a { background-color: rgb(249,109,254); }
div.DivClassName
{
background-color: #F96DFE;
}
.BgClassName
{
background-color: #F96DFE;
}
</style>
border-color css
<style>
span { border-color: #F96DFE; }
span { border-color: rgb(249,109,254); }
td.TdClassName
{
border-color: #F96DFE;
}
.TagClassName
{
border-color: #F96DFE;
}
</style>