Shades of Ultra Pink #F572FF
Tints of Ultra Pink #F572FF
RGB
CMYK
RGB Variations
Color information
#F572FF (or 0xF572FF) is known color: Ultra Pink. HEX triplet: F5, 72 and FF. RGB value is (245,114,255). Sum of RGB (Red+Green+Blue) = 245+114+255=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 114 (44.92% from 255 or 18.57% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #F572FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F572FF is #0A8D00. Grayscale: #A8A8A8. Windows color (decimal): -691457 or 16741109. OLE color: 16741109.
HSL color Cylindrical-coordinate representation of color #F572FF: hue angle of 295.74º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F572FF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 114 | 255 | - |
| CMYK | 0.04 | 0.55 | 0 | 0 |
| HSL | 295.74º | 1% | 0.72% | - |
| HSV(B) | 295.74º | 0.55% | 1% | - |
| XYZ | 61.72 | 38.67 | 98.82 | - |
| YUV | 169.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 255 | 0.04 | 0.55 | 0 | 0 | 295.74 | 1 | 0.72 |
| Hex | F5 | 72 | FF | 4 | 37 | 0 | 0 | 128 | 64 | 48 |
| Octal | 365 | 162 | 377 | 4 | 67 | 0 | 0 | 450 | 144 | 110 |
| Binary | 11110101 | 1110010 | 11111111 | 100 | 110111 | 0 | 0 | 100101000 | 1100100 | 1001000 |
Color Harmonies of #F572FF
Complementary color
Monochromatic Colors of #F572FF
Black with #F572FF
Text Example
Text Example
White with #F572FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F572FF; }
p { color: rgb(245,114,255); }
H1.HeaderClassName
{
color: #F572FF;
}
.AnyTagClassName
{
color: #F572FF;
}
</style>
background-color css
<style>
a { background-color: #F572FF; }
a { background-color: rgb(245,114,255); }
div.DivClassName
{
background-color: #F572FF;
}
.BgClassName
{
background-color: #F572FF;
}
</style>
border-color css
<style>
span { border-color: #F572FF; }
span { border-color: rgb(245,114,255); }
td.TdClassName
{
border-color: #F572FF;
}
.TagClassName
{
border-color: #F572FF;
}
</style>