Shades of Ultra Pink #F472FA
Tints of Ultra Pink #F472FA
RGB
CMYK
RGB Variations
Color information
#F472FA (or 0xF472FA) is known color: Ultra Pink. HEX triplet: F4, 72 and FA. RGB value is (244,114,250). Sum of RGB (Red+Green+Blue) = 244+114+250=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 114 (44.92% from 255 or 18.75% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #F472FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F472FA is #0B8D05. Grayscale: #A7A7A7. Windows color (decimal): -756998 or 16413428. OLE color: 16413428.
HSL color Cylindrical-coordinate representation of color #F472FA: hue angle of 297.35º degrees, saturation: 0.93, 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 #F472FA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 114 | 250 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.02 |
| HSL | 297.35º | 0.93% | 0.71% | - |
| HSV(B) | 297.35º | 0.54% | 0.98% | - |
| XYZ | 60.58 | 38.17 | 94.62 | - |
| YUV | 168.37 | 174.07 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 250 | 0.02 | 0.54 | 0 | 0.02 | 297.35 | 0.93 | 0.71 |
| Hex | F4 | 72 | FA | 2 | 36 | 0 | 2 | 129 | 5D | 47 |
| Octal | 364 | 162 | 372 | 2 | 66 | 0 | 2 | 451 | 135 | 107 |
| Binary | 11110100 | 1110010 | 11111010 | 10 | 110110 | 0 | 10 | 100101001 | 1011101 | 1000111 |
Color Harmonies of #F472FA
Complementary color
Monochromatic Colors of #F472FA
Black with #F472FA
Text Example
Text Example
White with #F472FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F472FA; }
p { color: rgb(244,114,250); }
H1.HeaderClassName
{
color: #F472FA;
}
.AnyTagClassName
{
color: #F472FA;
}
</style>
background-color css
<style>
a { background-color: #F472FA; }
a { background-color: rgb(244,114,250); }
div.DivClassName
{
background-color: #F472FA;
}
.BgClassName
{
background-color: #F472FA;
}
</style>
border-color css
<style>
span { border-color: #F472FA; }
span { border-color: rgb(244,114,250); }
td.TdClassName
{
border-color: #F472FA;
}
.TagClassName
{
border-color: #F472FA;
}
</style>