Shades of Pink Flamingo #FF60FC
Tints of Pink Flamingo #FF60FC
RGB
CMYK
RGB Variations
Color information
#FF60FC (or 0xFF60FC) is known color: Pink Flamingo. HEX triplet: FF, 60 and FC. RGB value is (255,96,252). Sum of RGB (Red+Green+Blue) = 255+96+252=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 96 (37.89% from 255 or 15.92% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60FC is #009F03. Grayscale: #A0A0A0. Windows color (decimal): -40708 or 16539903. OLE color: 16539903.
HSL color Cylindrical-coordinate representation of color #FF60FC: hue angle of 301.13º 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 #FF60FC is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 252 | - |
| CMYK | 0 | 0.62 | 0.01 | 0 |
| HSL | 301.13º | 1% | 0.69% | - |
| HSV(B) | 301.13º | 0.62% | 1% | - |
| XYZ | 62.99 | 36.65 | 95.85 | - |
| YUV | 161.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 252 | 0 | 0.62 | 0.01 | 0 | 301.13 | 1 | 0.69 |
| Hex | FF | 60 | FC | 0 | 3E | 1 | 0 | 12D | 64 | 45 |
| Octal | 377 | 140 | 374 | 0 | 76 | 1 | 0 | 455 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11111100 | 0 | 111110 | 1 | 0 | 100101101 | 1100100 | 1000101 |
Color Harmonies of #FF60FC
Complementary color
Monochromatic Colors of #FF60FC
Black with #FF60FC
Text Example
Text Example
White with #FF60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60FC; }
p { color: rgb(255,96,252); }
H1.HeaderClassName
{
color: #FF60FC;
}
.AnyTagClassName
{
color: #FF60FC;
}
</style>
background-color css
<style>
a { background-color: #FF60FC; }
a { background-color: rgb(255,96,252); }
div.DivClassName
{
background-color: #FF60FC;
}
.BgClassName
{
background-color: #FF60FC;
}
</style>
border-color css
<style>
span { border-color: #FF60FC; }
span { border-color: rgb(255,96,252); }
td.TdClassName
{
border-color: #FF60FC;
}
.TagClassName
{
border-color: #FF60FC;
}
</style>