Shades of Ultra Pink #F472FC
Tints of Ultra Pink #F472FC
RGB
CMYK
RGB Variations
Color information
#F472FC (or 0xF472FC) is known color: Ultra Pink. HEX triplet: F4, 72 and FC. RGB value is (244,114,252). Sum of RGB (Red+Green+Blue) = 244+114+252=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 114 (44.92% from 255 or 18.69% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #F472FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F472FC is #0B8D03. Grayscale: #A8A8A8. Windows color (decimal): -756996 or 16544500. OLE color: 16544500.
HSL color Cylindrical-coordinate representation of color #F472FC: hue angle of 296.52º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F472FC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 114 | 252 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.01 |
| HSL | 296.52º | 0.96% | 0.72% | - |
| HSV(B) | 296.52º | 0.55% | 0.99% | - |
| XYZ | 60.9 | 38.3 | 96.28 | - |
| YUV | 168.6 | 175.07 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 252 | 0.03 | 0.55 | 0 | 0.01 | 296.52 | 0.96 | 0.72 |
| Hex | F4 | 72 | FC | 3 | 37 | 0 | 1 | 129 | 60 | 48 |
| Octal | 364 | 162 | 374 | 3 | 67 | 0 | 1 | 451 | 140 | 110 |
| Binary | 11110100 | 1110010 | 11111100 | 11 | 110111 | 0 | 1 | 100101001 | 1100000 | 1001000 |
Color Harmonies of #F472FC
Complementary color
Monochromatic Colors of #F472FC
Black with #F472FC
Text Example
Text Example
White with #F472FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F472FC; }
p { color: rgb(244,114,252); }
H1.HeaderClassName
{
color: #F472FC;
}
.AnyTagClassName
{
color: #F472FC;
}
</style>
background-color css
<style>
a { background-color: #F472FC; }
a { background-color: rgb(244,114,252); }
div.DivClassName
{
background-color: #F472FC;
}
.BgClassName
{
background-color: #F472FC;
}
</style>
border-color css
<style>
span { border-color: #F472FC; }
span { border-color: rgb(244,114,252); }
td.TdClassName
{
border-color: #F472FC;
}
.TagClassName
{
border-color: #F472FC;
}
</style>