Shades of Ultra Pink #F96EF2
Tints of Ultra Pink #F96EF2
RGB
CMYK
RGB Variations
Color information
#F96EF2 (or 0xF96EF2) is known color: Ultra Pink. HEX triplet: F9, 6E and F2. RGB value is (249,110,242). Sum of RGB (Red+Green+Blue) = 249+110+242=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 110 (43.36% from 255 or 18.30% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96EF2 is #06910D. Grayscale: #A6A6A6. Windows color (decimal): -430350 or 15888121. OLE color: 15888121.
HSL color Cylindrical-coordinate representation of color #F96EF2: hue angle of 303.02º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96EF2 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 242 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.02 |
| HSL | 303.02º | 0.92% | 0.7% | - |
| HSV(B) | 303.02º | 0.56% | 0.98% | - |
| XYZ | 60.67 | 37.7 | 88.08 | - |
| YUV | 166.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 242 | 0 | 0.56 | 0.03 | 0.02 | 303.02 | 0.92 | 0.7 |
| Hex | F9 | 6E | F2 | 0 | 38 | 3 | 2 | 12F | 5C | 46 |
| Octal | 371 | 156 | 362 | 0 | 70 | 3 | 2 | 457 | 134 | 106 |
| Binary | 11111001 | 1101110 | 11110010 | 0 | 111000 | 11 | 10 | 100101111 | 1011100 | 1000110 |
Color Harmonies of #F96EF2
Complementary color
Monochromatic Colors of #F96EF2
Black with #F96EF2
Text Example
Text Example
White with #F96EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96EF2; }
p { color: rgb(249,110,242); }
H1.HeaderClassName
{
color: #F96EF2;
}
.AnyTagClassName
{
color: #F96EF2;
}
</style>
background-color css
<style>
a { background-color: #F96EF2; }
a { background-color: rgb(249,110,242); }
div.DivClassName
{
background-color: #F96EF2;
}
.BgClassName
{
background-color: #F96EF2;
}
</style>
border-color css
<style>
span { border-color: #F96EF2; }
span { border-color: rgb(249,110,242); }
td.TdClassName
{
border-color: #F96EF2;
}
.TagClassName
{
border-color: #F96EF2;
}
</style>