Shades of Pink Flamingo #F447FF
Tints of Pink Flamingo #F447FF
RGB
CMYK
RGB Variations
Color information
#F447FF (or 0xF447FF) is known color: Pink Flamingo. HEX triplet: F4, 47 and FF. RGB value is (244,71,255). Sum of RGB (Red+Green+Blue) = 244+71+255=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 71 (28.12% from 255 or 12.46% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #F447FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F447FF is #0BB800. Grayscale: #8F8F8F. Windows color (decimal): -768001 or 16730100. OLE color: 16730100.
HSL color Cylindrical-coordinate representation of color #F447FF: hue angle of 296.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F447FF is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 71 | 255 | - |
| CMYK | 0.04 | 0.72 | 0 | 0 |
| HSL | 296.41º | 1% | 0.64% | - |
| HSV(B) | 296.41º | 0.72% | 1% | - |
| XYZ | 57.61 | 30.96 | 97.55 | - |
| YUV | 143.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 71 | 255 | 0.04 | 0.72 | 0 | 0 | 296.41 | 1 | 0.64 |
| Hex | F4 | 47 | FF | 4 | 48 | 0 | 0 | 128 | 64 | 40 |
| Octal | 364 | 107 | 377 | 4 | 110 | 0 | 0 | 450 | 144 | 100 |
| Binary | 11110100 | 1000111 | 11111111 | 100 | 1001000 | 0 | 0 | 100101000 | 1100100 | 1000000 |
Color Harmonies of #F447FF
Complementary color
Monochromatic Colors of #F447FF
Black with #F447FF
Text Example
Text Example
White with #F447FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F447FF; }
p { color: rgb(244,71,255); }
H1.HeaderClassName
{
color: #F447FF;
}
.AnyTagClassName
{
color: #F447FF;
}
</style>
background-color css
<style>
a { background-color: #F447FF; }
a { background-color: rgb(244,71,255); }
div.DivClassName
{
background-color: #F447FF;
}
.BgClassName
{
background-color: #F447FF;
}
</style>
border-color css
<style>
span { border-color: #F447FF; }
span { border-color: rgb(244,71,255); }
td.TdClassName
{
border-color: #F447FF;
}
.TagClassName
{
border-color: #F447FF;
}
</style>