Shades of Pink Flamingo #FA54FF
Tints of Pink Flamingo #FA54FF
RGB
CMYK
RGB Variations
Color information
#FA54FF (or 0xFA54FF) is known color: Pink Flamingo. HEX triplet: FA, 54 and FF. RGB value is (250,84,255). Sum of RGB (Red+Green+Blue) = 250+84+255=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 84 (33.20% from 255 or 14.26% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA54FF is #05AB00. Grayscale: #989898. Windows color (decimal): -371457 or 16733434. OLE color: 16733434.
HSL color Cylindrical-coordinate representation of color #FA54FF: hue angle of 298.25º 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 #FA54FF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 84 | 255 | - |
| CMYK | 0.02 | 0.67 | 0 | 0 |
| HSL | 298.25º | 1% | 0.66% | - |
| HSV(B) | 298.25º | 0.67% | 1% | - |
| XYZ | 60.64 | 33.88 | 97.95 | - |
| YUV | 153.13 | 185.5 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 255 | 0.02 | 0.67 | 0 | 0 | 298.25 | 1 | 0.66 |
| Hex | FA | 54 | FF | 2 | 43 | 0 | 0 | 12A | 64 | 42 |
| Octal | 372 | 124 | 377 | 2 | 103 | 0 | 0 | 452 | 144 | 102 |
| Binary | 11111010 | 1010100 | 11111111 | 10 | 1000011 | 0 | 0 | 100101010 | 1100100 | 1000010 |
Color Harmonies of #FA54FF
Complementary color
Monochromatic Colors of #FA54FF
Black with #FA54FF
Text Example
Text Example
White with #FA54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA54FF; }
p { color: rgb(250,84,255); }
H1.HeaderClassName
{
color: #FA54FF;
}
.AnyTagClassName
{
color: #FA54FF;
}
</style>
background-color css
<style>
a { background-color: #FA54FF; }
a { background-color: rgb(250,84,255); }
div.DivClassName
{
background-color: #FA54FF;
}
.BgClassName
{
background-color: #FA54FF;
}
</style>
border-color css
<style>
span { border-color: #FA54FF; }
span { border-color: rgb(250,84,255); }
td.TdClassName
{
border-color: #FA54FF;
}
.TagClassName
{
border-color: #FA54FF;
}
</style>