Shades of Pink Flamingo #FF45FD
Tints of Pink Flamingo #FF45FD
RGB
CMYK
RGB Variations
Color information
#FF45FD (or 0xFF45FD) is known color: Pink Flamingo. HEX triplet: FF, 45 and FD. RGB value is (255,69,253). Sum of RGB (Red+Green+Blue) = 255+69+253=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 69 (27.34% from 255 or 11.96% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF45FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF45FD is #00BA02. Grayscale: #919191. Windows color (decimal): -47619 or 16598527. OLE color: 16598527.
HSL color Cylindrical-coordinate representation of color #FF45FD: hue angle of 300.65º 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 #FF45FD is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 253 | - |
| CMYK | 0 | 0.73 | 0.01 | 0 |
| HSL | 300.65º | 1% | 0.64% | - |
| HSV(B) | 300.65º | 0.73% | 1% | - |
| XYZ | 61.1 | 32.61 | 96 | - |
| YUV | 145.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 253 | 0 | 0.73 | 0.01 | 0 | 300.65 | 1 | 0.64 |
| Hex | FF | 45 | FD | 0 | 49 | 1 | 0 | 12D | 64 | 40 |
| Octal | 377 | 105 | 375 | 0 | 111 | 1 | 0 | 455 | 144 | 100 |
| Binary | 11111111 | 1000101 | 11111101 | 0 | 1001001 | 1 | 0 | 100101101 | 1100100 | 1000000 |
Color Harmonies of #FF45FD
Complementary color
Monochromatic Colors of #FF45FD
Black with #FF45FD
Text Example
Text Example
White with #FF45FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF45FD; }
p { color: rgb(255,69,253); }
H1.HeaderClassName
{
color: #FF45FD;
}
.AnyTagClassName
{
color: #FF45FD;
}
</style>
background-color css
<style>
a { background-color: #FF45FD; }
a { background-color: rgb(255,69,253); }
div.DivClassName
{
background-color: #FF45FD;
}
.BgClassName
{
background-color: #FF45FD;
}
</style>
border-color css
<style>
span { border-color: #FF45FD; }
span { border-color: rgb(255,69,253); }
td.TdClassName
{
border-color: #FF45FD;
}
.TagClassName
{
border-color: #FF45FD;
}
</style>