Shades of Ultra Pink #F472F9
Tints of Ultra Pink #F472F9
RGB
CMYK
RGB Variations
Color information
#F472F9 (or 0xF472F9) is known color: Ultra Pink. HEX triplet: F4, 72 and F9. RGB value is (244,114,249). Sum of RGB (Red+Green+Blue) = 244+114+249=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 114 (44.92% from 255 or 18.78% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #F472F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F472F9 is #0B8D06. Grayscale: #A7A7A7. Windows color (decimal): -756999 or 16347892. OLE color: 16347892.
HSL color Cylindrical-coordinate representation of color #F472F9: hue angle of 297.78º 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 #F472F9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 114 | 249 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.02 |
| HSL | 297.78º | 0.92% | 0.71% | - |
| HSV(B) | 297.78º | 0.54% | 0.98% | - |
| XYZ | 60.42 | 38.11 | 93.79 | - |
| YUV | 168.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 249 | 0.02 | 0.54 | 0 | 0.02 | 297.78 | 0.92 | 0.71 |
| Hex | F4 | 72 | F9 | 2 | 36 | 0 | 2 | 12A | 5C | 47 |
| Octal | 364 | 162 | 371 | 2 | 66 | 0 | 2 | 452 | 134 | 107 |
| Binary | 11110100 | 1110010 | 11111001 | 10 | 110110 | 0 | 10 | 100101010 | 1011100 | 1000111 |
Color Harmonies of #F472F9
Complementary color
Monochromatic Colors of #F472F9
Black with #F472F9
Text Example
Text Example
White with #F472F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F472F9; }
p { color: rgb(244,114,249); }
H1.HeaderClassName
{
color: #F472F9;
}
.AnyTagClassName
{
color: #F472F9;
}
</style>
background-color css
<style>
a { background-color: #F472F9; }
a { background-color: rgb(244,114,249); }
div.DivClassName
{
background-color: #F472F9;
}
.BgClassName
{
background-color: #F472F9;
}
</style>
border-color css
<style>
span { border-color: #F472F9; }
span { border-color: rgb(244,114,249); }
td.TdClassName
{
border-color: #F472F9;
}
.TagClassName
{
border-color: #F472F9;
}
</style>