Shades of Pink Flamingo #FF58FD
Tints of Pink Flamingo #FF58FD
RGB
CMYK
RGB Variations
Color information
#FF58FD (or 0xFF58FD) is known color: Pink Flamingo. HEX triplet: FF, 58 and FD. RGB value is (255,88,253). Sum of RGB (Red+Green+Blue) = 255+88+253=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 88 (34.77% from 255 or 14.77% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF58FD is #00A702. Grayscale: #9C9C9C. Windows color (decimal): -42755 or 16603391. OLE color: 16603391.
HSL color Cylindrical-coordinate representation of color #FF58FD: hue angle of 300.72º 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 #FF58FD is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 253 | - |
| CMYK | 0 | 0.65 | 0.01 | 0 |
| HSL | 300.72º | 1% | 0.67% | - |
| HSV(B) | 300.72º | 0.65% | 1% | - |
| XYZ | 62.46 | 35.33 | 96.46 | - |
| YUV | 156.74 | 182.33 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 253 | 0 | 0.65 | 0.01 | 0 | 300.72 | 1 | 0.67 |
| Hex | FF | 58 | FD | 0 | 41 | 1 | 0 | 12D | 64 | 43 |
| Octal | 377 | 130 | 375 | 0 | 101 | 1 | 0 | 455 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11111101 | 0 | 1000001 | 1 | 0 | 100101101 | 1100100 | 1000011 |
Color Harmonies of #FF58FD
Complementary color
Monochromatic Colors of #FF58FD
Black with #FF58FD
Text Example
Text Example
White with #FF58FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58FD; }
p { color: rgb(255,88,253); }
H1.HeaderClassName
{
color: #FF58FD;
}
.AnyTagClassName
{
color: #FF58FD;
}
</style>
background-color css
<style>
a { background-color: #FF58FD; }
a { background-color: rgb(255,88,253); }
div.DivClassName
{
background-color: #FF58FD;
}
.BgClassName
{
background-color: #FF58FD;
}
</style>
border-color css
<style>
span { border-color: #FF58FD; }
span { border-color: rgb(255,88,253); }
td.TdClassName
{
border-color: #FF58FD;
}
.TagClassName
{
border-color: #FF58FD;
}
</style>