Shades of Pink Flamingo #FD4AFF
Tints of Pink Flamingo #FD4AFF
RGB
CMYK
RGB Variations
Color information
#FD4AFF (or 0xFD4AFF) is known color: Pink Flamingo. HEX triplet: FD, 4A and FF. RGB value is (253,74,255). Sum of RGB (Red+Green+Blue) = 253+74+255=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 74 (29.30% from 255 or 12.71% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD4AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD4AFF is #02B500. Grayscale: #939393. Windows color (decimal): -177409 or 16730877. OLE color: 16730877.
HSL color Cylindrical-coordinate representation of color #FD4AFF: hue angle of 299.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4AFF is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 74 | 255 | - |
| CMYK | 0.01 | 0.71 | 0 | 0 |
| HSL | 299.34º | 1% | 0.65% | - |
| HSV(B) | 299.34º | 0.71% | 1% | - |
| XYZ | 61.01 | 33 | 97.76 | - |
| YUV | 148.16 | 188.3 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 255 | 0.01 | 0.71 | 0 | 0 | 299.34 | 1 | 0.65 |
| Hex | FD | 4A | FF | 1 | 47 | 0 | 0 | 12B | 64 | 41 |
| Octal | 375 | 112 | 377 | 1 | 107 | 0 | 0 | 453 | 144 | 101 |
| Binary | 11111101 | 1001010 | 11111111 | 1 | 1000111 | 0 | 0 | 100101011 | 1100100 | 1000001 |
Color Harmonies of #FD4AFF
Complementary color
Monochromatic Colors of #FD4AFF
Black with #FD4AFF
Text Example
Text Example
White with #FD4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4AFF; }
p { color: rgb(253,74,255); }
H1.HeaderClassName
{
color: #FD4AFF;
}
.AnyTagClassName
{
color: #FD4AFF;
}
</style>
background-color css
<style>
a { background-color: #FD4AFF; }
a { background-color: rgb(253,74,255); }
div.DivClassName
{
background-color: #FD4AFF;
}
.BgClassName
{
background-color: #FD4AFF;
}
</style>
border-color css
<style>
span { border-color: #FD4AFF; }
span { border-color: rgb(253,74,255); }
td.TdClassName
{
border-color: #FD4AFF;
}
.TagClassName
{
border-color: #FD4AFF;
}
</style>