Shades of Pink Flamingo #FE60F2
Tints of Pink Flamingo #FE60F2
RGB
CMYK
RGB Variations
Color information
#FE60F2 (or 0xFE60F2) is known color: Pink Flamingo. HEX triplet: FE, 60 and F2. RGB value is (254,96,242). Sum of RGB (Red+Green+Blue) = 254+96+242=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 96 (37.89% from 255 or 16.22% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE60F2 is #019F0D. Grayscale: #9F9F9F. Windows color (decimal): -106254 or 15884542. OLE color: 15884542.
HSL color Cylindrical-coordinate representation of color #FE60F2: hue angle of 304.56º 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 #FE60F2 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 242 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.00 |
| HSL | 304.56º | 0.99% | 0.69% | - |
| HSV(B) | 304.56º | 0.62% | 1% | - |
| XYZ | 61.08 | 35.85 | 87.7 | - |
| YUV | 159.89 | 174.35 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 242 | 0 | 0.62 | 0.05 | 0.00 | 304.56 | 0.99 | 0.69 |
| Hex | FE | 60 | F2 | 0 | 3E | 5 | 0 | 131 | 63 | 45 |
| Octal | 376 | 140 | 362 | 0 | 76 | 5 | 0 | 461 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11110010 | 0 | 111110 | 101 | 0 | 100110001 | 1100011 | 1000101 |
Color Harmonies of #FE60F2
Complementary color
Monochromatic Colors of #FE60F2
Black with #FE60F2
Text Example
Text Example
White with #FE60F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60F2; }
p { color: rgb(254,96,242); }
H1.HeaderClassName
{
color: #FE60F2;
}
.AnyTagClassName
{
color: #FE60F2;
}
</style>
background-color css
<style>
a { background-color: #FE60F2; }
a { background-color: rgb(254,96,242); }
div.DivClassName
{
background-color: #FE60F2;
}
.BgClassName
{
background-color: #FE60F2;
}
</style>
border-color css
<style>
span { border-color: #FE60F2; }
span { border-color: rgb(254,96,242); }
td.TdClassName
{
border-color: #FE60F2;
}
.TagClassName
{
border-color: #FE60F2;
}
</style>