Shades of Pink Flamingo #FF58F0
Tints of Pink Flamingo #FF58F0
RGB
CMYK
RGB Variations
Color information
#FF58F0 (or 0xFF58F0) is known color: Pink Flamingo. HEX triplet: FF, 58 and F0. RGB value is (255,88,240). Sum of RGB (Red+Green+Blue) = 255+88+240=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 88 (34.77% from 255 or 15.09% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF58F0 is #00A70F. Grayscale: #9A9A9A. Windows color (decimal): -42768 or 15751423. OLE color: 15751423.
HSL color Cylindrical-coordinate representation of color #FF58F0: hue angle of 305.39º 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 #FF58F0 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 240 | - |
| CMYK | 0 | 0.65 | 0.06 | 0 |
| HSL | 305.39º | 1% | 0.67% | - |
| HSV(B) | 305.39º | 0.65% | 1% | - |
| XYZ | 60.46 | 34.53 | 85.92 | - |
| YUV | 155.26 | 175.83 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 240 | 0 | 0.65 | 0.06 | 0 | 305.39 | 1 | 0.67 |
| Hex | FF | 58 | F0 | 0 | 41 | 6 | 0 | 131 | 64 | 43 |
| Octal | 377 | 130 | 360 | 0 | 101 | 6 | 0 | 461 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11110000 | 0 | 1000001 | 110 | 0 | 100110001 | 1100100 | 1000011 |
Color Harmonies of #FF58F0
Complementary color
Monochromatic Colors of #FF58F0
Black with #FF58F0
Text Example
Text Example
White with #FF58F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58F0; }
p { color: rgb(255,88,240); }
H1.HeaderClassName
{
color: #FF58F0;
}
.AnyTagClassName
{
color: #FF58F0;
}
</style>
background-color css
<style>
a { background-color: #FF58F0; }
a { background-color: rgb(255,88,240); }
div.DivClassName
{
background-color: #FF58F0;
}
.BgClassName
{
background-color: #FF58F0;
}
</style>
border-color css
<style>
span { border-color: #FF58F0; }
span { border-color: rgb(255,88,240); }
td.TdClassName
{
border-color: #FF58F0;
}
.TagClassName
{
border-color: #FF58F0;
}
</style>