Shades of Pink Flamingo #FD3CF5
Tints of Pink Flamingo #FD3CF5
RGB
CMYK
RGB Variations
Color information
#FD3CF5 (or 0xFD3CF5) is known color: Pink Flamingo. HEX triplet: FD, 3C and F5. RGB value is (253,60,245). Sum of RGB (Red+Green+Blue) = 253+60+245=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 60 (23.83% from 255 or 10.75% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3CF5 is #02C30A. Grayscale: #8A8A8A. Windows color (decimal): -181003 or 16071933. OLE color: 16071933.
HSL color Cylindrical-coordinate representation of color #FD3CF5: hue angle of 302.49º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3CF5 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 245 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.01 |
| HSL | 302.49º | 0.98% | 0.61% | - |
| HSV(B) | 302.49º | 0.76% | 0.99% | - |
| XYZ | 58.61 | 30.71 | 89.22 | - |
| YUV | 138.8 | 187.94 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 245 | 0 | 0.76 | 0.03 | 0.01 | 302.49 | 0.98 | 0.61 |
| Hex | FD | 3C | F5 | 0 | 4C | 3 | 1 | 12E | 62 | 3D |
| Octal | 375 | 74 | 365 | 0 | 114 | 3 | 1 | 456 | 142 | 75 |
| Binary | 11111101 | 111100 | 11110101 | 0 | 1001100 | 11 | 1 | 100101110 | 1100010 | 111101 |
Color Harmonies of #FD3CF5
Complementary color
Monochromatic Colors of #FD3CF5
Black with #FD3CF5
Text Example
Text Example
White with #FD3CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3CF5; }
p { color: rgb(253,60,245); }
H1.HeaderClassName
{
color: #FD3CF5;
}
.AnyTagClassName
{
color: #FD3CF5;
}
</style>
background-color css
<style>
a { background-color: #FD3CF5; }
a { background-color: rgb(253,60,245); }
div.DivClassName
{
background-color: #FD3CF5;
}
.BgClassName
{
background-color: #FD3CF5;
}
</style>
border-color css
<style>
span { border-color: #FD3CF5; }
span { border-color: rgb(253,60,245); }
td.TdClassName
{
border-color: #FD3CF5;
}
.TagClassName
{
border-color: #FD3CF5;
}
</style>