Shades of Pink Flamingo #FF60FD
Tints of Pink Flamingo #FF60FD
RGB
CMYK
RGB Variations
Color information
#FF60FD (or 0xFF60FD) is known color: Pink Flamingo. HEX triplet: FF, 60 and FD. RGB value is (255,96,253). Sum of RGB (Red+Green+Blue) = 255+96+253=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 96 (37.89% from 255 or 15.89% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60FD is #009F02. Grayscale: #A0A0A0. Windows color (decimal): -40707 or 16605439. OLE color: 16605439.
HSL color Cylindrical-coordinate representation of color #FF60FD: hue angle of 300.75º 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 #FF60FD is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 253 | - |
| CMYK | 0 | 0.62 | 0.01 | 0 |
| HSL | 300.75º | 1% | 0.69% | - |
| HSV(B) | 300.75º | 0.62% | 1% | - |
| XYZ | 63.15 | 36.72 | 96.69 | - |
| YUV | 161.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 253 | 0 | 0.62 | 0.01 | 0 | 300.75 | 1 | 0.69 |
| Hex | FF | 60 | FD | 0 | 3E | 1 | 0 | 12D | 64 | 45 |
| Octal | 377 | 140 | 375 | 0 | 76 | 1 | 0 | 455 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11111101 | 0 | 111110 | 1 | 0 | 100101101 | 1100100 | 1000101 |
Color Harmonies of #FF60FD
Complementary color
Monochromatic Colors of #FF60FD
Black with #FF60FD
Text Example
Text Example
White with #FF60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60FD; }
p { color: rgb(255,96,253); }
H1.HeaderClassName
{
color: #FF60FD;
}
.AnyTagClassName
{
color: #FF60FD;
}
</style>
background-color css
<style>
a { background-color: #FF60FD; }
a { background-color: rgb(255,96,253); }
div.DivClassName
{
background-color: #FF60FD;
}
.BgClassName
{
background-color: #FF60FD;
}
</style>
border-color css
<style>
span { border-color: #FF60FD; }
span { border-color: rgb(255,96,253); }
td.TdClassName
{
border-color: #FF60FD;
}
.TagClassName
{
border-color: #FF60FD;
}
</style>