Shades of Ultra Pink #F96BFE
Tints of Ultra Pink #F96BFE
RGB
CMYK
RGB Variations
Color information
#F96BFE (or 0xF96BFE) is known color: Ultra Pink. HEX triplet: F9, 6B and FE. RGB value is (249,107,254). Sum of RGB (Red+Green+Blue) = 249+107+254=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 107 (42.19% from 255 or 17.54% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #F96BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96BFE is #069401. Grayscale: #A5A5A5. Windows color (decimal): -431106 or 16673785. OLE color: 16673785.
HSL color Cylindrical-coordinate representation of color #F96BFE: hue angle of 297.96º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F96BFE is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 107 | 254 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.00 |
| HSL | 297.96º | 0.99% | 0.71% | - |
| HSV(B) | 297.96º | 0.58% | 1% | - |
| XYZ | 62.21 | 37.81 | 97.79 | - |
| YUV | 166.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 254 | 0.02 | 0.58 | 0 | 0.00 | 297.96 | 0.99 | 0.71 |
| Hex | F9 | 6B | FE | 2 | 3A | 0 | 0 | 12A | 63 | 47 |
| Octal | 371 | 153 | 376 | 2 | 72 | 0 | 0 | 452 | 143 | 107 |
| Binary | 11111001 | 1101011 | 11111110 | 10 | 111010 | 0 | 0 | 100101010 | 1100011 | 1000111 |
Color Harmonies of #F96BFE
Complementary color
Monochromatic Colors of #F96BFE
Black with #F96BFE
Text Example
Text Example
White with #F96BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96BFE; }
p { color: rgb(249,107,254); }
H1.HeaderClassName
{
color: #F96BFE;
}
.AnyTagClassName
{
color: #F96BFE;
}
</style>
background-color css
<style>
a { background-color: #F96BFE; }
a { background-color: rgb(249,107,254); }
div.DivClassName
{
background-color: #F96BFE;
}
.BgClassName
{
background-color: #F96BFE;
}
</style>
border-color css
<style>
span { border-color: #F96BFE; }
span { border-color: rgb(249,107,254); }
td.TdClassName
{
border-color: #F96BFE;
}
.TagClassName
{
border-color: #F96BFE;
}
</style>