Shades of Pink Flamingo #FD60F2
Tints of Pink Flamingo #FD60F2
RGB
CMYK
RGB Variations
Color information
#FD60F2 (or 0xFD60F2) is known color: Pink Flamingo. HEX triplet: FD, 60 and F2. RGB value is (253,96,242). Sum of RGB (Red+Green+Blue) = 253+96+242=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 96 (37.89% from 255 or 16.24% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD60F2 is #029F0D. Grayscale: #9F9F9F. Windows color (decimal): -171790 or 15884541. OLE color: 15884541.
HSL color Cylindrical-coordinate representation of color #FD60F2: hue angle of 304.2º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD60F2 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 242 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.01 |
| HSL | 304.2º | 0.98% | 0.68% | - |
| HSV(B) | 304.2º | 0.62% | 0.99% | - |
| XYZ | 60.72 | 35.66 | 87.69 | - |
| YUV | 159.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 242 | 0 | 0.62 | 0.04 | 0.01 | 304.2 | 0.98 | 0.68 |
| Hex | FD | 60 | F2 | 0 | 3E | 4 | 1 | 130 | 62 | 44 |
| Octal | 375 | 140 | 362 | 0 | 76 | 4 | 1 | 460 | 142 | 104 |
| Binary | 11111101 | 1100000 | 11110010 | 0 | 111110 | 100 | 1 | 100110000 | 1100010 | 1000100 |
Color Harmonies of #FD60F2
Complementary color
Monochromatic Colors of #FD60F2
Black with #FD60F2
Text Example
Text Example
White with #FD60F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60F2; }
p { color: rgb(253,96,242); }
H1.HeaderClassName
{
color: #FD60F2;
}
.AnyTagClassName
{
color: #FD60F2;
}
</style>
background-color css
<style>
a { background-color: #FD60F2; }
a { background-color: rgb(253,96,242); }
div.DivClassName
{
background-color: #FD60F2;
}
.BgClassName
{
background-color: #FD60F2;
}
</style>
border-color css
<style>
span { border-color: #FD60F2; }
span { border-color: rgb(253,96,242); }
td.TdClassName
{
border-color: #FD60F2;
}
.TagClassName
{
border-color: #FD60F2;
}
</style>