Shades of Pink Flamingo #FF54F6
Tints of Pink Flamingo #FF54F6
RGB
CMYK
RGB Variations
Color information
#FF54F6 (or 0xFF54F6) is known color: Pink Flamingo. HEX triplet: FF, 54 and F6. RGB value is (255,84,246). Sum of RGB (Red+Green+Blue) = 255+84+246=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 84 (33.20% from 255 or 14.36% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF54F6 is #00AB09. Grayscale: #999999. Windows color (decimal): -43786 or 16143615. OLE color: 16143615.
HSL color Cylindrical-coordinate representation of color #FF54F6: hue angle of 303.16º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF54F6 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 246 | - |
| CMYK | 0 | 0.67 | 0.04 | 0 |
| HSL | 303.16º | 1% | 0.66% | - |
| HSV(B) | 303.16º | 0.67% | 1% | - |
| XYZ | 61.04 | 34.25 | 90.58 | - |
| YUV | 153.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 246 | 0 | 0.67 | 0.04 | 0 | 303.16 | 1 | 0.66 |
| Hex | FF | 54 | F6 | 0 | 43 | 4 | 0 | 12F | 64 | 42 |
| Octal | 377 | 124 | 366 | 0 | 103 | 4 | 0 | 457 | 144 | 102 |
| Binary | 11111111 | 1010100 | 11110110 | 0 | 1000011 | 100 | 0 | 100101111 | 1100100 | 1000010 |
Color Harmonies of #FF54F6
Complementary color
Monochromatic Colors of #FF54F6
Black with #FF54F6
Text Example
Text Example
White with #FF54F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54F6; }
p { color: rgb(255,84,246); }
H1.HeaderClassName
{
color: #FF54F6;
}
.AnyTagClassName
{
color: #FF54F6;
}
</style>
background-color css
<style>
a { background-color: #FF54F6; }
a { background-color: rgb(255,84,246); }
div.DivClassName
{
background-color: #FF54F6;
}
.BgClassName
{
background-color: #FF54F6;
}
</style>
border-color css
<style>
span { border-color: #FF54F6; }
span { border-color: rgb(255,84,246); }
td.TdClassName
{
border-color: #FF54F6;
}
.TagClassName
{
border-color: #FF54F6;
}
</style>