Shades of Pink Flamingo #F445F5
Tints of Pink Flamingo #F445F5
RGB
CMYK
RGB Variations
Color information
#F445F5 (or 0xF445F5) is known color: Pink Flamingo. HEX triplet: F4, 45 and F5. RGB value is (244,69,245). Sum of RGB (Red+Green+Blue) = 244+69+245=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 69 (27.34% from 255 or 12.37% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #F445F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F445F5 is #0BBA0A. Grayscale: #8C8C8C. Windows color (decimal): -768523 or 16074228. OLE color: 16074228.
HSL color Cylindrical-coordinate representation of color #F445F5: hue angle of 299.66º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F445F5 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 69 | 245 | - |
| CMYK | 0.00 | 0.72 | 0 | 0.04 |
| HSL | 299.66º | 0.9% | 0.62% | - |
| HSV(B) | 299.66º | 0.72% | 0.96% | - |
| XYZ | 55.92 | 30.08 | 89.25 | - |
| YUV | 141.39 | 186.48 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 245 | 0.00 | 0.72 | 0 | 0.04 | 299.66 | 0.9 | 0.62 |
| Hex | F4 | 45 | F5 | 0 | 48 | 0 | 4 | 12C | 5A | 3E |
| Octal | 364 | 105 | 365 | 0 | 110 | 0 | 4 | 454 | 132 | 76 |
| Binary | 11110100 | 1000101 | 11110101 | 0 | 1001000 | 0 | 100 | 100101100 | 1011010 | 111110 |
Color Harmonies of #F445F5
Complementary color
Monochromatic Colors of #F445F5
Black with #F445F5
Text Example
Text Example
White with #F445F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F445F5; }
p { color: rgb(244,69,245); }
H1.HeaderClassName
{
color: #F445F5;
}
.AnyTagClassName
{
color: #F445F5;
}
</style>
background-color css
<style>
a { background-color: #F445F5; }
a { background-color: rgb(244,69,245); }
div.DivClassName
{
background-color: #F445F5;
}
.BgClassName
{
background-color: #F445F5;
}
</style>
border-color css
<style>
span { border-color: #F445F5; }
span { border-color: rgb(244,69,245); }
td.TdClassName
{
border-color: #F445F5;
}
.TagClassName
{
border-color: #F445F5;
}
</style>