Shades of Ultra Pink #F072F9
Tints of Ultra Pink #F072F9
RGB
CMYK
RGB Variations
Color information
#F072F9 (or 0xF072F9) is known color: Ultra Pink. HEX triplet: F0, 72 and F9. RGB value is (240,114,249). Sum of RGB (Red+Green+Blue) = 240+114+249=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 114 (44.92% from 255 or 18.91% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #F072F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F072F9 is #0F8D06. Grayscale: #A6A6A6. Windows color (decimal): -1019143 or 16347888. OLE color: 16347888.
HSL color Cylindrical-coordinate representation of color #F072F9: hue angle of 296º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F072F9 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 114 | 249 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.02 |
| HSL | 296º | 0.92% | 0.71% | - |
| HSV(B) | 296º | 0.54% | 0.98% | - |
| XYZ | 59.05 | 37.4 | 93.73 | - |
| YUV | 167.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 249 | 0.04 | 0.54 | 0 | 0.02 | 296 | 0.92 | 0.71 |
| Hex | F0 | 72 | F9 | 4 | 36 | 0 | 2 | 128 | 5C | 47 |
| Octal | 360 | 162 | 371 | 4 | 66 | 0 | 2 | 450 | 134 | 107 |
| Binary | 11110000 | 1110010 | 11111001 | 100 | 110110 | 0 | 10 | 100101000 | 1011100 | 1000111 |
Color Harmonies of #F072F9
Complementary color
Monochromatic Colors of #F072F9
Black with #F072F9
Text Example
Text Example
White with #F072F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072F9; }
p { color: rgb(240,114,249); }
H1.HeaderClassName
{
color: #F072F9;
}
.AnyTagClassName
{
color: #F072F9;
}
</style>
background-color css
<style>
a { background-color: #F072F9; }
a { background-color: rgb(240,114,249); }
div.DivClassName
{
background-color: #F072F9;
}
.BgClassName
{
background-color: #F072F9;
}
</style>
border-color css
<style>
span { border-color: #F072F9; }
span { border-color: rgb(240,114,249); }
td.TdClassName
{
border-color: #F072F9;
}
.TagClassName
{
border-color: #F072F9;
}
</style>