Shades of Pink Flamingo #FD37FF
Tints of Pink Flamingo #FD37FF
RGB
CMYK
RGB Variations
Color information
#FD37FF (or 0xFD37FF) is known color: Pink Flamingo. HEX triplet: FD, 37 and FF. RGB value is (253,55,255). Sum of RGB (Red+Green+Blue) = 253+55+255=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 55 (21.88% from 255 or 9.77% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD37FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD37FF is #02C800. Grayscale: #888888. Windows color (decimal): -182273 or 16726013. OLE color: 16726013.
HSL color Cylindrical-coordinate representation of color #FD37FF: hue angle of 299.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD37FF is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 55 | 255 | - |
| CMYK | 0.01 | 0.78 | 0 | 0 |
| HSL | 299.4º | 1% | 0.61% | - |
| HSV(B) | 299.4º | 0.78% | 1% | - |
| XYZ | 59.92 | 30.84 | 97.4 | - |
| YUV | 137 | 194.6 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 255 | 0.01 | 0.78 | 0 | 0 | 299.4 | 1 | 0.61 |
| Hex | FD | 37 | FF | 1 | 4E | 0 | 0 | 12B | 64 | 3D |
| Octal | 375 | 67 | 377 | 1 | 116 | 0 | 0 | 453 | 144 | 75 |
| Binary | 11111101 | 110111 | 11111111 | 1 | 1001110 | 0 | 0 | 100101011 | 1100100 | 111101 |
Color Harmonies of #FD37FF
Complementary color
Monochromatic Colors of #FD37FF
Black with #FD37FF
Text Example
Text Example
White with #FD37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD37FF; }
p { color: rgb(253,55,255); }
H1.HeaderClassName
{
color: #FD37FF;
}
.AnyTagClassName
{
color: #FD37FF;
}
</style>
background-color css
<style>
a { background-color: #FD37FF; }
a { background-color: rgb(253,55,255); }
div.DivClassName
{
background-color: #FD37FF;
}
.BgClassName
{
background-color: #FD37FF;
}
</style>
border-color css
<style>
span { border-color: #FD37FF; }
span { border-color: rgb(253,55,255); }
td.TdClassName
{
border-color: #FD37FF;
}
.TagClassName
{
border-color: #FD37FF;
}
</style>