Shades of Ultra Pink #F572FE
Tints of Ultra Pink #F572FE
RGB
CMYK
RGB Variations
Color information
#F572FE (or 0xF572FE) is known color: Ultra Pink. HEX triplet: F5, 72 and FE. RGB value is (245,114,254). Sum of RGB (Red+Green+Blue) = 245+114+254=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 114 (44.92% from 255 or 18.60% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #F572FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F572FE is #0A8D01. Grayscale: #A8A8A8. Windows color (decimal): -691458 or 16675573. OLE color: 16675573.
HSL color Cylindrical-coordinate representation of color #F572FE: hue angle of 296.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F572FE is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 114 | 254 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.00 |
| HSL | 296.14º | 0.99% | 0.72% | - |
| HSV(B) | 296.14º | 0.55% | 1% | - |
| XYZ | 61.56 | 38.6 | 97.97 | - |
| YUV | 169.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 254 | 0.04 | 0.55 | 0 | 0.00 | 296.14 | 0.99 | 0.72 |
| Hex | F5 | 72 | FE | 4 | 37 | 0 | 0 | 128 | 63 | 48 |
| Octal | 365 | 162 | 376 | 4 | 67 | 0 | 0 | 450 | 143 | 110 |
| Binary | 11110101 | 1110010 | 11111110 | 100 | 110111 | 0 | 0 | 100101000 | 1100011 | 1001000 |
Color Harmonies of #F572FE
Complementary color
Monochromatic Colors of #F572FE
Black with #F572FE
Text Example
Text Example
White with #F572FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F572FE; }
p { color: rgb(245,114,254); }
H1.HeaderClassName
{
color: #F572FE;
}
.AnyTagClassName
{
color: #F572FE;
}
</style>
background-color css
<style>
a { background-color: #F572FE; }
a { background-color: rgb(245,114,254); }
div.DivClassName
{
background-color: #F572FE;
}
.BgClassName
{
background-color: #F572FE;
}
</style>
border-color css
<style>
span { border-color: #F572FE; }
span { border-color: rgb(245,114,254); }
td.TdClassName
{
border-color: #F572FE;
}
.TagClassName
{
border-color: #F572FE;
}
</style>