Shades of Pink Flamingo #FF45FA
Tints of Pink Flamingo #FF45FA
RGB
CMYK
RGB Variations
Color information
#FF45FA (or 0xFF45FA) is known color: Pink Flamingo. HEX triplet: FF, 45 and FA. RGB value is (255,69,250). Sum of RGB (Red+Green+Blue) = 255+69+250=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 69 (27.34% from 255 or 12.02% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF45FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF45FA is #00BA05. Grayscale: #909090. Windows color (decimal): -47622 or 16401919. OLE color: 16401919.
HSL color Cylindrical-coordinate representation of color #FF45FA: hue angle of 301.61º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF45FA is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 250 | - |
| CMYK | 0 | 0.73 | 0.02 | 0 |
| HSL | 301.61º | 1% | 0.64% | - |
| HSV(B) | 301.61º | 0.73% | 1% | - |
| XYZ | 60.62 | 32.42 | 93.5 | - |
| YUV | 145.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 250 | 0 | 0.73 | 0.02 | 0 | 301.61 | 1 | 0.64 |
| Hex | FF | 45 | FA | 0 | 49 | 2 | 0 | 12E | 64 | 40 |
| Octal | 377 | 105 | 372 | 0 | 111 | 2 | 0 | 456 | 144 | 100 |
| Binary | 11111111 | 1000101 | 11111010 | 0 | 1001001 | 10 | 0 | 100101110 | 1100100 | 1000000 |
Color Harmonies of #FF45FA
Complementary color
Monochromatic Colors of #FF45FA
Black with #FF45FA
Text Example
Text Example
White with #FF45FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF45FA; }
p { color: rgb(255,69,250); }
H1.HeaderClassName
{
color: #FF45FA;
}
.AnyTagClassName
{
color: #FF45FA;
}
</style>
background-color css
<style>
a { background-color: #FF45FA; }
a { background-color: rgb(255,69,250); }
div.DivClassName
{
background-color: #FF45FA;
}
.BgClassName
{
background-color: #FF45FA;
}
</style>
border-color css
<style>
span { border-color: #FF45FA; }
span { border-color: rgb(255,69,250); }
td.TdClassName
{
border-color: #FF45FA;
}
.TagClassName
{
border-color: #FF45FA;
}
</style>