Shades of Ultra Pink #F471FD
Tints of Ultra Pink #F471FD
RGB
CMYK
RGB Variations
Color information
#F471FD (or 0xF471FD) is known color: Ultra Pink. HEX triplet: F4, 71 and FD. RGB value is (244,113,253). Sum of RGB (Red+Green+Blue) = 244+113+253=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 113 (44.53% from 255 or 18.52% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #F471FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F471FD is #0B8E02. Grayscale: #A7A7A7. Windows color (decimal): -757251 or 16609780. OLE color: 16609780.
HSL color Cylindrical-coordinate representation of color #F471FD: hue angle of 296.14º degrees, saturation: 0.97, 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 #F471FD is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 113 | 253 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.01 |
| HSL | 296.14º | 0.97% | 0.72% | - |
| HSV(B) | 296.14º | 0.55% | 0.99% | - |
| XYZ | 60.94 | 38.14 | 97.08 | - |
| YUV | 168.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 253 | 0.04 | 0.55 | 0 | 0.01 | 296.14 | 0.97 | 0.72 |
| Hex | F4 | 71 | FD | 4 | 37 | 0 | 1 | 128 | 61 | 48 |
| Octal | 364 | 161 | 375 | 4 | 67 | 0 | 1 | 450 | 141 | 110 |
| Binary | 11110100 | 1110001 | 11111101 | 100 | 110111 | 0 | 1 | 100101000 | 1100001 | 1001000 |
Color Harmonies of #F471FD
Complementary color
Monochromatic Colors of #F471FD
Black with #F471FD
Text Example
Text Example
White with #F471FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F471FD; }
p { color: rgb(244,113,253); }
H1.HeaderClassName
{
color: #F471FD;
}
.AnyTagClassName
{
color: #F471FD;
}
</style>
background-color css
<style>
a { background-color: #F471FD; }
a { background-color: rgb(244,113,253); }
div.DivClassName
{
background-color: #F471FD;
}
.BgClassName
{
background-color: #F471FD;
}
</style>
border-color css
<style>
span { border-color: #F471FD; }
span { border-color: rgb(244,113,253); }
td.TdClassName
{
border-color: #F471FD;
}
.TagClassName
{
border-color: #F471FD;
}
</style>