Shades of Ultra Pink #F571FE
Tints of Ultra Pink #F571FE
RGB
CMYK
RGB Variations
Color information
#F571FE (or 0xF571FE) is known color: Ultra Pink. HEX triplet: F5, 71 and FE. RGB value is (245,113,254). Sum of RGB (Red+Green+Blue) = 245+113+254=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 113 (44.53% from 255 or 18.46% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #F571FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F571FE is #0A8E01. Grayscale: #A8A8A8. Windows color (decimal): -691714 or 16675317. OLE color: 16675317.
HSL color Cylindrical-coordinate representation of color #F571FE: hue angle of 296.17º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F571FE is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 113 | 254 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.00 |
| HSL | 296.17º | 0.99% | 0.72% | - |
| HSV(B) | 296.17º | 0.56% | 1% | - |
| XYZ | 61.45 | 38.38 | 97.93 | - |
| YUV | 168.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 254 | 0.04 | 0.56 | 0 | 0.00 | 296.17 | 0.99 | 0.72 |
| Hex | F5 | 71 | FE | 4 | 38 | 0 | 0 | 128 | 63 | 48 |
| Octal | 365 | 161 | 376 | 4 | 70 | 0 | 0 | 450 | 143 | 110 |
| Binary | 11110101 | 1110001 | 11111110 | 100 | 111000 | 0 | 0 | 100101000 | 1100011 | 1001000 |
Color Harmonies of #F571FE
Complementary color
Monochromatic Colors of #F571FE
Black with #F571FE
Text Example
Text Example
White with #F571FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F571FE; }
p { color: rgb(245,113,254); }
H1.HeaderClassName
{
color: #F571FE;
}
.AnyTagClassName
{
color: #F571FE;
}
</style>
background-color css
<style>
a { background-color: #F571FE; }
a { background-color: rgb(245,113,254); }
div.DivClassName
{
background-color: #F571FE;
}
.BgClassName
{
background-color: #F571FE;
}
</style>
border-color css
<style>
span { border-color: #F571FE; }
span { border-color: rgb(245,113,254); }
td.TdClassName
{
border-color: #F571FE;
}
.TagClassName
{
border-color: #F571FE;
}
</style>