Shades of Ultra Pink #F571F2
Tints of Ultra Pink #F571F2
RGB
CMYK
RGB Variations
Color information
#F571F2 (or 0xF571F2) is known color: Ultra Pink. HEX triplet: F5, 71 and F2. RGB value is (245,113,242). Sum of RGB (Red+Green+Blue) = 245+113+242=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 113 (44.53% from 255 or 18.83% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F571F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F571F2 is #0A8E0D. Grayscale: #A6A6A6. Windows color (decimal): -691726 or 15888885. OLE color: 15888885.
HSL color Cylindrical-coordinate representation of color #F571F2: hue angle of 301.36º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F571F2 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 242 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.04 |
| HSL | 301.36º | 0.87% | 0.7% | - |
| HSV(B) | 301.36º | 0.54% | 0.96% | - |
| XYZ | 59.59 | 37.63 | 88.13 | - |
| YUV | 167.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 242 | 0 | 0.54 | 0.01 | 0.04 | 301.36 | 0.87 | 0.7 |
| Hex | F5 | 71 | F2 | 0 | 36 | 1 | 4 | 12D | 57 | 46 |
| Octal | 365 | 161 | 362 | 0 | 66 | 1 | 4 | 455 | 127 | 106 |
| Binary | 11110101 | 1110001 | 11110010 | 0 | 110110 | 1 | 100 | 100101101 | 1010111 | 1000110 |
Color Harmonies of #F571F2
Complementary color
Monochromatic Colors of #F571F2
Black with #F571F2
Text Example
Text Example
White with #F571F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F571F2; }
p { color: rgb(245,113,242); }
H1.HeaderClassName
{
color: #F571F2;
}
.AnyTagClassName
{
color: #F571F2;
}
</style>
background-color css
<style>
a { background-color: #F571F2; }
a { background-color: rgb(245,113,242); }
div.DivClassName
{
background-color: #F571F2;
}
.BgClassName
{
background-color: #F571F2;
}
</style>
border-color css
<style>
span { border-color: #F571F2; }
span { border-color: rgb(245,113,242); }
td.TdClassName
{
border-color: #F571F2;
}
.TagClassName
{
border-color: #F571F2;
}
</style>