Shades of Ultra Pink #F571FF
Tints of Ultra Pink #F571FF
RGB
CMYK
RGB Variations
Color information
#F571FF (or 0xF571FF) is known color: Ultra Pink. HEX triplet: F5, 71 and FF. RGB value is (245,113,255). Sum of RGB (Red+Green+Blue) = 245+113+255=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 113 (44.53% from 255 or 18.43% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #F571FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F571FF is #0A8E00. Grayscale: #A8A8A8. Windows color (decimal): -691713 or 16740853. OLE color: 16740853.
HSL color Cylindrical-coordinate representation of color #F571FF: hue angle of 295.77º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F571FF is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 113 | 255 | - |
| CMYK | 0.04 | 0.56 | 0 | 0 |
| HSL | 295.77º | 1% | 0.72% | - |
| HSV(B) | 295.77º | 0.56% | 1% | - |
| XYZ | 61.61 | 38.44 | 98.78 | - |
| YUV | 168.66 | 176.73 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 255 | 0.04 | 0.56 | 0 | 0 | 295.77 | 1 | 0.72 |
| Hex | F5 | 71 | FF | 4 | 38 | 0 | 0 | 128 | 64 | 48 |
| Octal | 365 | 161 | 377 | 4 | 70 | 0 | 0 | 450 | 144 | 110 |
| Binary | 11110101 | 1110001 | 11111111 | 100 | 111000 | 0 | 0 | 100101000 | 1100100 | 1001000 |
Color Harmonies of #F571FF
Complementary color
Monochromatic Colors of #F571FF
Black with #F571FF
Text Example
Text Example
White with #F571FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F571FF; }
p { color: rgb(245,113,255); }
H1.HeaderClassName
{
color: #F571FF;
}
.AnyTagClassName
{
color: #F571FF;
}
</style>
background-color css
<style>
a { background-color: #F571FF; }
a { background-color: rgb(245,113,255); }
div.DivClassName
{
background-color: #F571FF;
}
.BgClassName
{
background-color: #F571FF;
}
</style>
border-color css
<style>
span { border-color: #F571FF; }
span { border-color: rgb(245,113,255); }
td.TdClassName
{
border-color: #F571FF;
}
.TagClassName
{
border-color: #F571FF;
}
</style>