Shades of Pink Flamingo #FD60FF
Tints of Pink Flamingo #FD60FF
RGB
CMYK
RGB Variations
Color information
#FD60FF (or 0xFD60FF) is known color: Pink Flamingo. HEX triplet: FD, 60 and FF. RGB value is (253,96,255). Sum of RGB (Red+Green+Blue) = 253+96+255=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 96 (37.89% from 255 or 15.89% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD60FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD60FF is #029F00. Grayscale: #A0A0A0. Windows color (decimal): -171777 or 16736509. OLE color: 16736509.
HSL color Cylindrical-coordinate representation of color #FD60FF: hue angle of 299.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD60FF is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 96 | 255 | - |
| CMYK | 0.01 | 0.62 | 0 | 0 |
| HSL | 299.25º | 1% | 0.69% | - |
| HSV(B) | 299.25º | 0.62% | 1% | - |
| XYZ | 62.74 | 36.47 | 98.34 | - |
| YUV | 161.07 | 181.01 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 255 | 0.01 | 0.62 | 0 | 0 | 299.25 | 1 | 0.69 |
| Hex | FD | 60 | FF | 1 | 3E | 0 | 0 | 12B | 64 | 45 |
| Octal | 375 | 140 | 377 | 1 | 76 | 0 | 0 | 453 | 144 | 105 |
| Binary | 11111101 | 1100000 | 11111111 | 1 | 111110 | 0 | 0 | 100101011 | 1100100 | 1000101 |
Color Harmonies of #FD60FF
Complementary color
Monochromatic Colors of #FD60FF
Black with #FD60FF
Text Example
Text Example
White with #FD60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60FF; }
p { color: rgb(253,96,255); }
H1.HeaderClassName
{
color: #FD60FF;
}
.AnyTagClassName
{
color: #FD60FF;
}
</style>
background-color css
<style>
a { background-color: #FD60FF; }
a { background-color: rgb(253,96,255); }
div.DivClassName
{
background-color: #FD60FF;
}
.BgClassName
{
background-color: #FD60FF;
}
</style>
border-color css
<style>
span { border-color: #FD60FF; }
span { border-color: rgb(253,96,255); }
td.TdClassName
{
border-color: #FD60FF;
}
.TagClassName
{
border-color: #FD60FF;
}
</style>