Shades of Pink Flamingo #FF37FD
Tints of Pink Flamingo #FF37FD
RGB
CMYK
RGB Variations
Color information
#FF37FD (or 0xFF37FD) is known color: Pink Flamingo. HEX triplet: FF, 37 and FD. RGB value is (255,55,253). Sum of RGB (Red+Green+Blue) = 255+55+253=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 55 (21.88% from 255 or 9.77% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF37FD is #00C802. Grayscale: #888888. Windows color (decimal): -51203 or 16594943. OLE color: 16594943.
HSL color Cylindrical-coordinate representation of color #FF37FD: hue angle of 300.6º 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 #FF37FD is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 253 | - |
| CMYK | 0 | 0.78 | 0.01 | 0 |
| HSL | 300.6º | 1% | 0.61% | - |
| HSV(B) | 300.6º | 0.78% | 1% | - |
| XYZ | 60.34 | 31.08 | 95.75 | - |
| YUV | 137.37 | 193.26 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 253 | 0 | 0.78 | 0.01 | 0 | 300.6 | 1 | 0.61 |
| Hex | FF | 37 | FD | 0 | 4E | 1 | 0 | 12D | 64 | 3D |
| Octal | 377 | 67 | 375 | 0 | 116 | 1 | 0 | 455 | 144 | 75 |
| Binary | 11111111 | 110111 | 11111101 | 0 | 1001110 | 1 | 0 | 100101101 | 1100100 | 111101 |
Color Harmonies of #FF37FD
Complementary color
Monochromatic Colors of #FF37FD
Black with #FF37FD
Text Example
Text Example
White with #FF37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37FD; }
p { color: rgb(255,55,253); }
H1.HeaderClassName
{
color: #FF37FD;
}
.AnyTagClassName
{
color: #FF37FD;
}
</style>
background-color css
<style>
a { background-color: #FF37FD; }
a { background-color: rgb(255,55,253); }
div.DivClassName
{
background-color: #FF37FD;
}
.BgClassName
{
background-color: #FF37FD;
}
</style>
border-color css
<style>
span { border-color: #FF37FD; }
span { border-color: rgb(255,55,253); }
td.TdClassName
{
border-color: #FF37FD;
}
.TagClassName
{
border-color: #FF37FD;
}
</style>