Shades of Pink Flamingo #F463F5
Tints of Pink Flamingo #F463F5
RGB
CMYK
RGB Variations
Color information
#F463F5 (or 0xF463F5) is known color: Pink Flamingo. HEX triplet: F4, 63 and F5. RGB value is (244,99,245). Sum of RGB (Red+Green+Blue) = 244+99+245=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 99 (39.06% from 255 or 16.84% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #F463F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F463F5 is #0B9C0A. Grayscale: #9E9E9E. Windows color (decimal): -760843 or 16081908. OLE color: 16081908.
HSL color Cylindrical-coordinate representation of color #F463F5: hue angle of 299.59º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F463F5 is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 99 | 245 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.04 |
| HSL | 299.59º | 0.88% | 0.67% | - |
| HSV(B) | 299.59º | 0.6% | 0.96% | - |
| XYZ | 58.25 | 34.75 | 90.02 | - |
| YUV | 159 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 99 | 245 | 0.00 | 0.60 | 0 | 0.04 | 299.59 | 0.88 | 0.67 |
| Hex | F4 | 63 | F5 | 0 | 3C | 0 | 4 | 12C | 58 | 43 |
| Octal | 364 | 143 | 365 | 0 | 74 | 0 | 4 | 454 | 130 | 103 |
| Binary | 11110100 | 1100011 | 11110101 | 0 | 111100 | 0 | 100 | 100101100 | 1011000 | 1000011 |
Color Harmonies of #F463F5
Complementary color
Monochromatic Colors of #F463F5
Black with #F463F5
Text Example
Text Example
White with #F463F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F463F5; }
p { color: rgb(244,99,245); }
H1.HeaderClassName
{
color: #F463F5;
}
.AnyTagClassName
{
color: #F463F5;
}
</style>
background-color css
<style>
a { background-color: #F463F5; }
a { background-color: rgb(244,99,245); }
div.DivClassName
{
background-color: #F463F5;
}
.BgClassName
{
background-color: #F463F5;
}
</style>
border-color css
<style>
span { border-color: #F463F5; }
span { border-color: rgb(244,99,245); }
td.TdClassName
{
border-color: #F463F5;
}
.TagClassName
{
border-color: #F463F5;
}
</style>