Shades of Ultra Pink #F96BFA
Tints of Ultra Pink #F96BFA
RGB
CMYK
RGB Variations
Color information
#F96BFA (or 0xF96BFA) is known color: Ultra Pink. HEX triplet: F9, 6B and FA. RGB value is (249,107,250). Sum of RGB (Red+Green+Blue) = 249+107+250=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 107 (42.19% from 255 or 17.66% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #F96BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96BFA is #069405. Grayscale: #A5A5A5. Windows color (decimal): -431110 or 16411641. OLE color: 16411641.
HSL color Cylindrical-coordinate representation of color #F96BFA: hue angle of 299.58º degrees, saturation: 0.93, 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 #F96BFA is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 250 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.02 |
| HSL | 299.58º | 0.93% | 0.7% | - |
| HSV(B) | 299.58º | 0.57% | 0.98% | - |
| XYZ | 61.58 | 37.56 | 94.45 | - |
| YUV | 165.76 | 175.54 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 250 | 0.00 | 0.57 | 0 | 0.02 | 299.58 | 0.93 | 0.7 |
| Hex | F9 | 6B | FA | 0 | 39 | 0 | 2 | 12C | 5D | 46 |
| Octal | 371 | 153 | 372 | 0 | 71 | 0 | 2 | 454 | 135 | 106 |
| Binary | 11111001 | 1101011 | 11111010 | 0 | 111001 | 0 | 10 | 100101100 | 1011101 | 1000110 |
Color Harmonies of #F96BFA
Complementary color
Monochromatic Colors of #F96BFA
Black with #F96BFA
Text Example
Text Example
White with #F96BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96BFA; }
p { color: rgb(249,107,250); }
H1.HeaderClassName
{
color: #F96BFA;
}
.AnyTagClassName
{
color: #F96BFA;
}
</style>
background-color css
<style>
a { background-color: #F96BFA; }
a { background-color: rgb(249,107,250); }
div.DivClassName
{
background-color: #F96BFA;
}
.BgClassName
{
background-color: #F96BFA;
}
</style>
border-color css
<style>
span { border-color: #F96BFA; }
span { border-color: rgb(249,107,250); }
td.TdClassName
{
border-color: #F96BFA;
}
.TagClassName
{
border-color: #F96BFA;
}
</style>