Shades of Pink Flamingo #F538FC
Tints of Pink Flamingo #F538FC
RGB
CMYK
RGB Variations
Color information
#F538FC (or 0xF538FC) is known color: Pink Flamingo. HEX triplet: F5, 38 and FC. RGB value is (245,56,252). Sum of RGB (Red+Green+Blue) = 245+56+252=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 56 (22.27% from 255 or 10.13% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #F538FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F538FC is #0AC703. Grayscale: #868686. Windows color (decimal): -706308 or 16529653. OLE color: 16529653.
HSL color Cylindrical-coordinate representation of color #F538FC: hue angle of 297.86º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F538FC is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 56 | 252 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.01 |
| HSL | 297.86º | 0.97% | 0.6% | - |
| HSV(B) | 297.86º | 0.78% | 0.99% | - |
| XYZ | 56.64 | 29.27 | 94.76 | - |
| YUV | 134.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 252 | 0.03 | 0.78 | 0 | 0.01 | 297.86 | 0.97 | 0.6 |
| Hex | F5 | 38 | FC | 3 | 4E | 0 | 1 | 12A | 61 | 3C |
| Octal | 365 | 70 | 374 | 3 | 116 | 0 | 1 | 452 | 141 | 74 |
| Binary | 11110101 | 111000 | 11111100 | 11 | 1001110 | 0 | 1 | 100101010 | 1100001 | 111100 |
Color Harmonies of #F538FC
Complementary color
Monochromatic Colors of #F538FC
Black with #F538FC
Text Example
Text Example
White with #F538FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538FC; }
p { color: rgb(245,56,252); }
H1.HeaderClassName
{
color: #F538FC;
}
.AnyTagClassName
{
color: #F538FC;
}
</style>
background-color css
<style>
a { background-color: #F538FC; }
a { background-color: rgb(245,56,252); }
div.DivClassName
{
background-color: #F538FC;
}
.BgClassName
{
background-color: #F538FC;
}
</style>
border-color css
<style>
span { border-color: #F538FC; }
span { border-color: rgb(245,56,252); }
td.TdClassName
{
border-color: #F538FC;
}
.TagClassName
{
border-color: #F538FC;
}
</style>