Shades of Pink Flamingo #F448F5
Tints of Pink Flamingo #F448F5
RGB
CMYK
RGB Variations
Color information
#F448F5 (or 0xF448F5) is known color: Pink Flamingo. HEX triplet: F4, 48 and F5. RGB value is (244,72,245). Sum of RGB (Red+Green+Blue) = 244+72+245=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 72 (28.52% from 255 or 12.83% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #F448F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F448F5 is #0BB70A. Grayscale: #8E8E8E. Windows color (decimal): -767755 or 16074996. OLE color: 16074996.
HSL color Cylindrical-coordinate representation of color #F448F5: hue angle of 299.65º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F448F5 is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 72 | 245 | - |
| CMYK | 0.00 | 0.71 | 0 | 0.04 |
| HSL | 299.65º | 0.9% | 0.62% | - |
| HSV(B) | 299.65º | 0.71% | 0.96% | - |
| XYZ | 56.11 | 30.46 | 89.31 | - |
| YUV | 143.15 | 185.48 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 72 | 245 | 0.00 | 0.71 | 0 | 0.04 | 299.65 | 0.9 | 0.62 |
| Hex | F4 | 48 | F5 | 0 | 47 | 0 | 4 | 12C | 5A | 3E |
| Octal | 364 | 110 | 365 | 0 | 107 | 0 | 4 | 454 | 132 | 76 |
| Binary | 11110100 | 1001000 | 11110101 | 0 | 1000111 | 0 | 100 | 100101100 | 1011010 | 111110 |
Color Harmonies of #F448F5
Complementary color
Monochromatic Colors of #F448F5
Black with #F448F5
Text Example
Text Example
White with #F448F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F448F5; }
p { color: rgb(244,72,245); }
H1.HeaderClassName
{
color: #F448F5;
}
.AnyTagClassName
{
color: #F448F5;
}
</style>
background-color css
<style>
a { background-color: #F448F5; }
a { background-color: rgb(244,72,245); }
div.DivClassName
{
background-color: #F448F5;
}
.BgClassName
{
background-color: #F448F5;
}
</style>
border-color css
<style>
span { border-color: #F448F5; }
span { border-color: rgb(244,72,245); }
td.TdClassName
{
border-color: #F448F5;
}
.TagClassName
{
border-color: #F448F5;
}
</style>