Shades of Pink Flamingo #F058FF
Tints of Pink Flamingo #F058FF
RGB
CMYK
RGB Variations
Color information
#F058FF (or 0xF058FF) is known color: Pink Flamingo. HEX triplet: F0, 58 and FF. RGB value is (240,88,255). Sum of RGB (Red+Green+Blue) = 240+88+255=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 88 (34.77% from 255 or 15.09% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #F058FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F058FF is #0FA700. Grayscale: #979797. Windows color (decimal): -1025793 or 16734448. OLE color: 16734448.
HSL color Cylindrical-coordinate representation of color #F058FF: hue angle of 294.61º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F058FF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 88 | 255 | - |
| CMYK | 0.06 | 0.65 | 0 | 0 |
| HSL | 294.61º | 1% | 0.67% | - |
| HSV(B) | 294.61º | 0.65% | 1% | - |
| XYZ | 57.47 | 32.72 | 97.89 | - |
| YUV | 152.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 255 | 0.06 | 0.65 | 0 | 0 | 294.61 | 1 | 0.67 |
| Hex | F0 | 58 | FF | 6 | 41 | 0 | 0 | 127 | 64 | 43 |
| Octal | 360 | 130 | 377 | 6 | 101 | 0 | 0 | 447 | 144 | 103 |
| Binary | 11110000 | 1011000 | 11111111 | 110 | 1000001 | 0 | 0 | 100100111 | 1100100 | 1000011 |
Color Harmonies of #F058FF
Complementary color
Monochromatic Colors of #F058FF
Black with #F058FF
Text Example
Text Example
White with #F058FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F058FF; }
p { color: rgb(240,88,255); }
H1.HeaderClassName
{
color: #F058FF;
}
.AnyTagClassName
{
color: #F058FF;
}
</style>
background-color css
<style>
a { background-color: #F058FF; }
a { background-color: rgb(240,88,255); }
div.DivClassName
{
background-color: #F058FF;
}
.BgClassName
{
background-color: #F058FF;
}
</style>
border-color css
<style>
span { border-color: #F058FF; }
span { border-color: rgb(240,88,255); }
td.TdClassName
{
border-color: #F058FF;
}
.TagClassName
{
border-color: #F058FF;
}
</style>