Shades of Ultra Pink #F96BED
Tints of Ultra Pink #F96BED
RGB
CMYK
RGB Variations
Color information
#F96BED (or 0xF96BED) is known color: Ultra Pink. HEX triplet: F9, 6B and ED. RGB value is (249,107,237). Sum of RGB (Red+Green+Blue) = 249+107+237=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 107 (42.19% from 255 or 18.04% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96BED is #069412. Grayscale: #A3A3A3. Windows color (decimal): -431123 or 15559673. OLE color: 15559673.
HSL color Cylindrical-coordinate representation of color #F96BED: hue angle of 305.07º degrees, saturation: 0.92, 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 #F96BED is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 237 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.02 |
| HSL | 305.07º | 0.92% | 0.7% | - |
| HSV(B) | 305.07º | 0.57% | 0.98% | - |
| XYZ | 59.61 | 36.77 | 84.08 | - |
| YUV | 164.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 237 | 0 | 0.57 | 0.05 | 0.02 | 305.07 | 0.92 | 0.7 |
| Hex | F9 | 6B | ED | 0 | 39 | 5 | 2 | 131 | 5C | 46 |
| Octal | 371 | 153 | 355 | 0 | 71 | 5 | 2 | 461 | 134 | 106 |
| Binary | 11111001 | 1101011 | 11101101 | 0 | 111001 | 101 | 10 | 100110001 | 1011100 | 1000110 |
Color Harmonies of #F96BED
Complementary color
Monochromatic Colors of #F96BED
Black with #F96BED
Text Example
Text Example
White with #F96BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96BED; }
p { color: rgb(249,107,237); }
H1.HeaderClassName
{
color: #F96BED;
}
.AnyTagClassName
{
color: #F96BED;
}
</style>
background-color css
<style>
a { background-color: #F96BED; }
a { background-color: rgb(249,107,237); }
div.DivClassName
{
background-color: #F96BED;
}
.BgClassName
{
background-color: #F96BED;
}
</style>
border-color css
<style>
span { border-color: #F96BED; }
span { border-color: rgb(249,107,237); }
td.TdClassName
{
border-color: #F96BED;
}
.TagClassName
{
border-color: #F96BED;
}
</style>