Shades of Pink Flamingo #FD37FA
Tints of Pink Flamingo #FD37FA
RGB
CMYK
RGB Variations
Color information
#FD37FA (or 0xFD37FA) is known color: Pink Flamingo. HEX triplet: FD, 37 and FA. RGB value is (253,55,250). Sum of RGB (Red+Green+Blue) = 253+55+250=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 55 (21.88% from 255 or 9.86% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD37FA is #02C805. Grayscale: #878787. Windows color (decimal): -182278 or 16398333. OLE color: 16398333.
HSL color Cylindrical-coordinate representation of color #FD37FA: hue angle of 300.91º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD37FA is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 250 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.01 |
| HSL | 300.91º | 0.98% | 0.6% | - |
| HSV(B) | 300.91º | 0.78% | 0.99% | - |
| XYZ | 59.13 | 30.52 | 93.22 | - |
| YUV | 136.43 | 192.1 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 250 | 0 | 0.78 | 0.01 | 0.01 | 300.91 | 0.98 | 0.6 |
| Hex | FD | 37 | FA | 0 | 4E | 1 | 1 | 12D | 62 | 3C |
| Octal | 375 | 67 | 372 | 0 | 116 | 1 | 1 | 455 | 142 | 74 |
| Binary | 11111101 | 110111 | 11111010 | 0 | 1001110 | 1 | 1 | 100101101 | 1100010 | 111100 |
Color Harmonies of #FD37FA
Complementary color
Monochromatic Colors of #FD37FA
Black with #FD37FA
Text Example
Text Example
White with #FD37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD37FA; }
p { color: rgb(253,55,250); }
H1.HeaderClassName
{
color: #FD37FA;
}
.AnyTagClassName
{
color: #FD37FA;
}
</style>
background-color css
<style>
a { background-color: #FD37FA; }
a { background-color: rgb(253,55,250); }
div.DivClassName
{
background-color: #FD37FA;
}
.BgClassName
{
background-color: #FD37FA;
}
</style>
border-color css
<style>
span { border-color: #FD37FA; }
span { border-color: rgb(253,55,250); }
td.TdClassName
{
border-color: #FD37FA;
}
.TagClassName
{
border-color: #FD37FA;
}
</style>