Shades of Pink Flamingo #F045FF
Tints of Pink Flamingo #F045FF
RGB
CMYK
RGB Variations
Color information
#F045FF (or 0xF045FF) is known color: Pink Flamingo. HEX triplet: F0, 45 and FF. RGB value is (240,69,255). Sum of RGB (Red+Green+Blue) = 240+69+255=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 69 (27.34% from 255 or 12.23% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #F045FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F045FF is #0FBA00. Grayscale: #8C8C8C. Windows color (decimal): -1030657 or 16729584. OLE color: 16729584.
HSL color Cylindrical-coordinate representation of color #F045FF: hue angle of 295.16º 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 #F045FF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 69 | 255 | - |
| CMYK | 0.06 | 0.73 | 0 | 0 |
| HSL | 295.16º | 1% | 0.64% | - |
| HSV(B) | 295.16º | 0.73% | 1% | - |
| XYZ | 56.11 | 30 | 97.44 | - |
| YUV | 141.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 255 | 0.06 | 0.73 | 0 | 0 | 295.16 | 1 | 0.64 |
| Hex | F0 | 45 | FF | 6 | 49 | 0 | 0 | 127 | 64 | 40 |
| Octal | 360 | 105 | 377 | 6 | 111 | 0 | 0 | 447 | 144 | 100 |
| Binary | 11110000 | 1000101 | 11111111 | 110 | 1001001 | 0 | 0 | 100100111 | 1100100 | 1000000 |
Color Harmonies of #F045FF
Complementary color
Monochromatic Colors of #F045FF
Black with #F045FF
Text Example
Text Example
White with #F045FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045FF; }
p { color: rgb(240,69,255); }
H1.HeaderClassName
{
color: #F045FF;
}
.AnyTagClassName
{
color: #F045FF;
}
</style>
background-color css
<style>
a { background-color: #F045FF; }
a { background-color: rgb(240,69,255); }
div.DivClassName
{
background-color: #F045FF;
}
.BgClassName
{
background-color: #F045FF;
}
</style>
border-color css
<style>
span { border-color: #F045FF; }
span { border-color: rgb(240,69,255); }
td.TdClassName
{
border-color: #F045FF;
}
.TagClassName
{
border-color: #F045FF;
}
</style>