Shades of Pink Flamingo #FF58F6
Tints of Pink Flamingo #FF58F6
RGB
CMYK
RGB Variations
Color information
#FF58F6 (or 0xFF58F6) is known color: Pink Flamingo. HEX triplet: FF, 58 and F6. RGB value is (255,88,246). Sum of RGB (Red+Green+Blue) = 255+88+246=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 88 (34.77% from 255 or 14.94% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF58F6 is #00A709. Grayscale: #9B9B9B. Windows color (decimal): -42762 or 16144639. OLE color: 16144639.
HSL color Cylindrical-coordinate representation of color #FF58F6: hue angle of 303.23º 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 #FF58F6 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 246 | - |
| CMYK | 0 | 0.65 | 0.04 | 0 |
| HSL | 303.23º | 1% | 0.67% | - |
| HSV(B) | 303.23º | 0.65% | 1% | - |
| XYZ | 61.36 | 34.89 | 90.69 | - |
| YUV | 155.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 246 | 0 | 0.65 | 0.04 | 0 | 303.23 | 1 | 0.67 |
| Hex | FF | 58 | F6 | 0 | 41 | 4 | 0 | 12F | 64 | 43 |
| Octal | 377 | 130 | 366 | 0 | 101 | 4 | 0 | 457 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11110110 | 0 | 1000001 | 100 | 0 | 100101111 | 1100100 | 1000011 |
Color Harmonies of #FF58F6
Complementary color
Monochromatic Colors of #FF58F6
Black with #FF58F6
Text Example
Text Example
White with #FF58F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58F6; }
p { color: rgb(255,88,246); }
H1.HeaderClassName
{
color: #FF58F6;
}
.AnyTagClassName
{
color: #FF58F6;
}
</style>
background-color css
<style>
a { background-color: #FF58F6; }
a { background-color: rgb(255,88,246); }
div.DivClassName
{
background-color: #FF58F6;
}
.BgClassName
{
background-color: #FF58F6;
}
</style>
border-color css
<style>
span { border-color: #FF58F6; }
span { border-color: rgb(255,88,246); }
td.TdClassName
{
border-color: #FF58F6;
}
.TagClassName
{
border-color: #FF58F6;
}
</style>