Shades of Pink Flamingo #FD52FD
Tints of Pink Flamingo #FD52FD
RGB
CMYK
RGB Variations
Color information
#FD52FD (or 0xFD52FD) is known color: Pink Flamingo. HEX triplet: FD, 52 and FD. RGB value is (253,82,253). Sum of RGB (Red+Green+Blue) = 253+82+253=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 82 (32.42% from 255 or 13.95% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD52FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD52FD is #02AD02. Grayscale: #989898. Windows color (decimal): -175363 or 16601853. OLE color: 16601853.
HSL color Cylindrical-coordinate representation of color #FD52FD: hue angle of 300º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD52FD is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 82 | 253 | - |
CMYK | 0 | 0.68 | 0 | 0.01 |
HSL | 300º | 0.98% | 0.66% | - |
HSV(B) | 300º | 0.68% | 0.99% | - |
XYZ | 61.25 | 34.01 | 96.26 | - |
YUV | 152.62 | 184.65 | 199.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 82 | 253 | 0 | 0.68 | 0 | 0.01 | 300 | 0.98 | 0.66 |
Hex | FD | 52 | FD | 0 | 44 | 0 | 1 | 12C | 62 | 42 |
Octal | 375 | 122 | 375 | 0 | 104 | 0 | 1 | 454 | 142 | 102 |
Binary | 11111101 | 1010010 | 11111101 | 0 | 1000100 | 0 | 1 | 100101100 | 1100010 | 1000010 |
Color Harmonies of #FD52FD
Complementary color
Monochromatic Colors of #FD52FD
Black with #FD52FD
Text Example
Text Example
White with #FD52FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD52FD; }
p { color: rgb(253,82,253); }
H1.HeaderClassName
{
color: #FD52FD;
}
.AnyTagClassName
{
color: #FD52FD;
}
</style>
background-color css
<style>
a { background-color: #FD52FD; }
a { background-color: rgb(253,82,253); }
div.DivClassName
{
background-color: #FD52FD;
}
.BgClassName
{
background-color: #FD52FD;
}
</style>
border-color css
<style>
span { border-color: #FD52FD; }
span { border-color: rgb(253,82,253); }
td.TdClassName
{
border-color: #FD52FD;
}
.TagClassName
{
border-color: #FD52FD;
}
</style>