Shades of Pink Flamingo #FF45F5
Tints of Pink Flamingo #FF45F5
RGB
CMYK
RGB Variations
Color information
#FF45F5 (or 0xFF45F5) is known color: Pink Flamingo. HEX triplet: FF, 45 and F5. RGB value is (255,69,245). Sum of RGB (Red+Green+Blue) = 255+69+245=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 69 (27.34% from 255 or 12.13% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF45F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF45F5 is #00BA0A. Grayscale: #909090. Windows color (decimal): -47627 or 16074239. OLE color: 16074239.
HSL color Cylindrical-coordinate representation of color #FF45F5: hue angle of 303.23º 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 #FF45F5 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 245 | - |
| CMYK | 0 | 0.73 | 0.04 | 0 |
| HSL | 303.23º | 1% | 0.64% | - |
| HSV(B) | 303.23º | 0.73% | 1% | - |
| XYZ | 59.85 | 32.11 | 89.43 | - |
| YUV | 144.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 245 | 0 | 0.73 | 0.04 | 0 | 303.23 | 1 | 0.64 |
| Hex | FF | 45 | F5 | 0 | 49 | 4 | 0 | 12F | 64 | 40 |
| Octal | 377 | 105 | 365 | 0 | 111 | 4 | 0 | 457 | 144 | 100 |
| Binary | 11111111 | 1000101 | 11110101 | 0 | 1001001 | 100 | 0 | 100101111 | 1100100 | 1000000 |
Color Harmonies of #FF45F5
Complementary color
Monochromatic Colors of #FF45F5
Black with #FF45F5
Text Example
Text Example
White with #FF45F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF45F5; }
p { color: rgb(255,69,245); }
H1.HeaderClassName
{
color: #FF45F5;
}
.AnyTagClassName
{
color: #FF45F5;
}
</style>
background-color css
<style>
a { background-color: #FF45F5; }
a { background-color: rgb(255,69,245); }
div.DivClassName
{
background-color: #FF45F5;
}
.BgClassName
{
background-color: #FF45F5;
}
</style>
border-color css
<style>
span { border-color: #FF45F5; }
span { border-color: rgb(255,69,245); }
td.TdClassName
{
border-color: #FF45F5;
}
.TagClassName
{
border-color: #FF45F5;
}
</style>