Shades of Pink Flamingo #F445FF
Tints of Pink Flamingo #F445FF
RGB
CMYK
RGB Variations
Color information
#F445FF (or 0xF445FF) is known color: Pink Flamingo. HEX triplet: F4, 45 and FF. RGB value is (244,69,255). Sum of RGB (Red+Green+Blue) = 244+69+255=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 69 (27.34% from 255 or 12.15% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #F445FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F445FF is #0BBA00. Grayscale: #8D8D8D. Windows color (decimal): -768513 or 16729588. OLE color: 16729588.
HSL color Cylindrical-coordinate representation of color #F445FF: hue angle of 296.45º 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 #F445FF is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 69 | 255 | - |
| CMYK | 0.04 | 0.73 | 0 | 0 |
| HSL | 296.45º | 1% | 0.64% | - |
| HSV(B) | 296.45º | 0.73% | 1% | - |
| XYZ | 57.49 | 30.71 | 97.51 | - |
| YUV | 142.53 | 191.48 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 255 | 0.04 | 0.73 | 0 | 0 | 296.45 | 1 | 0.64 |
| Hex | F4 | 45 | FF | 4 | 49 | 0 | 0 | 128 | 64 | 40 |
| Octal | 364 | 105 | 377 | 4 | 111 | 0 | 0 | 450 | 144 | 100 |
| Binary | 11110100 | 1000101 | 11111111 | 100 | 1001001 | 0 | 0 | 100101000 | 1100100 | 1000000 |
Color Harmonies of #F445FF
Complementary color
Monochromatic Colors of #F445FF
Black with #F445FF
Text Example
Text Example
White with #F445FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F445FF; }
p { color: rgb(244,69,255); }
H1.HeaderClassName
{
color: #F445FF;
}
.AnyTagClassName
{
color: #F445FF;
}
</style>
background-color css
<style>
a { background-color: #F445FF; }
a { background-color: rgb(244,69,255); }
div.DivClassName
{
background-color: #F445FF;
}
.BgClassName
{
background-color: #F445FF;
}
</style>
border-color css
<style>
span { border-color: #F445FF; }
span { border-color: rgb(244,69,255); }
td.TdClassName
{
border-color: #F445FF;
}
.TagClassName
{
border-color: #F445FF;
}
</style>