Shades of Ultra Pink #F96BFB
Tints of Ultra Pink #F96BFB
RGB
CMYK
RGB Variations
Color information
#F96BFB (or 0xF96BFB) is known color: Ultra Pink. HEX triplet: F9, 6B and FB. RGB value is (249,107,251). Sum of RGB (Red+Green+Blue) = 249+107+251=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 107 (42.19% from 255 or 17.63% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #F96BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96BFB is #069404. Grayscale: #A5A5A5. Windows color (decimal): -431109 or 16477177. OLE color: 16477177.
HSL color Cylindrical-coordinate representation of color #F96BFB: hue angle of 299.17º degrees, saturation: 0.95, 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 #F96BFB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 251 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.02 |
| HSL | 299.17º | 0.95% | 0.7% | - |
| HSV(B) | 299.17º | 0.57% | 0.98% | - |
| XYZ | 61.74 | 37.62 | 95.27 | - |
| YUV | 165.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 251 | 0.01 | 0.57 | 0 | 0.02 | 299.17 | 0.95 | 0.7 |
| Hex | F9 | 6B | FB | 1 | 39 | 0 | 2 | 12B | 5F | 46 |
| Octal | 371 | 153 | 373 | 1 | 71 | 0 | 2 | 453 | 137 | 106 |
| Binary | 11111001 | 1101011 | 11111011 | 1 | 111001 | 0 | 10 | 100101011 | 1011111 | 1000110 |
Color Harmonies of #F96BFB
Complementary color
Monochromatic Colors of #F96BFB
Black with #F96BFB
Text Example
Text Example
White with #F96BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96BFB; }
p { color: rgb(249,107,251); }
H1.HeaderClassName
{
color: #F96BFB;
}
.AnyTagClassName
{
color: #F96BFB;
}
</style>
background-color css
<style>
a { background-color: #F96BFB; }
a { background-color: rgb(249,107,251); }
div.DivClassName
{
background-color: #F96BFB;
}
.BgClassName
{
background-color: #F96BFB;
}
</style>
border-color css
<style>
span { border-color: #F96BFB; }
span { border-color: rgb(249,107,251); }
td.TdClassName
{
border-color: #F96BFB;
}
.TagClassName
{
border-color: #F96BFB;
}
</style>