Shades of Pink Flamingo #FE60FD
Tints of Pink Flamingo #FE60FD
RGB
CMYK
RGB Variations
Color information
#FE60FD (or 0xFE60FD) is known color: Pink Flamingo. HEX triplet: FE, 60 and FD. RGB value is (254,96,253). Sum of RGB (Red+Green+Blue) = 254+96+253=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 96 (37.89% from 255 or 15.92% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE60FD is #019F02. Grayscale: #A0A0A0. Windows color (decimal): -106243 or 16605438. OLE color: 16605438.
HSL color Cylindrical-coordinate representation of color #FE60FD: hue angle of 300.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60FD is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 253 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.00 |
| HSL | 300.38º | 0.99% | 0.69% | - |
| HSV(B) | 300.38º | 0.62% | 1% | - |
| XYZ | 62.79 | 36.53 | 96.67 | - |
| YUV | 161.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 253 | 0 | 0.62 | 0.00 | 0.00 | 300.38 | 0.99 | 0.69 |
| Hex | FE | 60 | FD | 0 | 3E | 0 | 0 | 12C | 63 | 45 |
| Octal | 376 | 140 | 375 | 0 | 76 | 0 | 0 | 454 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11111101 | 0 | 111110 | 0 | 0 | 100101100 | 1100011 | 1000101 |
Color Harmonies of #FE60FD
Complementary color
Monochromatic Colors of #FE60FD
Black with #FE60FD
Text Example
Text Example
White with #FE60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60FD; }
p { color: rgb(254,96,253); }
H1.HeaderClassName
{
color: #FE60FD;
}
.AnyTagClassName
{
color: #FE60FD;
}
</style>
background-color css
<style>
a { background-color: #FE60FD; }
a { background-color: rgb(254,96,253); }
div.DivClassName
{
background-color: #FE60FD;
}
.BgClassName
{
background-color: #FE60FD;
}
</style>
border-color css
<style>
span { border-color: #FE60FD; }
span { border-color: rgb(254,96,253); }
td.TdClassName
{
border-color: #FE60FD;
}
.TagClassName
{
border-color: #FE60FD;
}
</style>