Shades of Ultra Pink #F471FC
Tints of Ultra Pink #F471FC
RGB
CMYK
RGB Variations
Color information
#F471FC (or 0xF471FC) is known color: Ultra Pink. HEX triplet: F4, 71 and FC. RGB value is (244,113,252). Sum of RGB (Red+Green+Blue) = 244+113+252=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 113 (44.53% from 255 or 18.56% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #F471FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F471FC is #0B8E03. Grayscale: #A7A7A7. Windows color (decimal): -757252 or 16544244. OLE color: 16544244.
HSL color Cylindrical-coordinate representation of color #F471FC: hue angle of 296.55º 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 #F471FC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 113 | 252 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.01 |
| HSL | 296.55º | 0.96% | 0.72% | - |
| HSV(B) | 296.55º | 0.55% | 0.99% | - |
| XYZ | 60.78 | 38.07 | 96.24 | - |
| YUV | 168.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 252 | 0.03 | 0.55 | 0 | 0.01 | 296.55 | 0.96 | 0.72 |
| Hex | F4 | 71 | FC | 3 | 37 | 0 | 1 | 129 | 60 | 48 |
| Octal | 364 | 161 | 374 | 3 | 67 | 0 | 1 | 451 | 140 | 110 |
| Binary | 11110100 | 1110001 | 11111100 | 11 | 110111 | 0 | 1 | 100101001 | 1100000 | 1001000 |
Color Harmonies of #F471FC
Complementary color
Monochromatic Colors of #F471FC
Black with #F471FC
Text Example
Text Example
White with #F471FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F471FC; }
p { color: rgb(244,113,252); }
H1.HeaderClassName
{
color: #F471FC;
}
.AnyTagClassName
{
color: #F471FC;
}
</style>
background-color css
<style>
a { background-color: #F471FC; }
a { background-color: rgb(244,113,252); }
div.DivClassName
{
background-color: #F471FC;
}
.BgClassName
{
background-color: #F471FC;
}
</style>
border-color css
<style>
span { border-color: #F471FC; }
span { border-color: rgb(244,113,252); }
td.TdClassName
{
border-color: #F471FC;
}
.TagClassName
{
border-color: #F471FC;
}
</style>