Shades of Pink Flamingo #F55CFC
Tints of Pink Flamingo #F55CFC
RGB
CMYK
RGB Variations
Color information
#F55CFC (or 0xF55CFC) is known color: Pink Flamingo. HEX triplet: F5, 5C and FC. RGB value is (245,92,252). Sum of RGB (Red+Green+Blue) = 245+92+252=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 92 (36.33% from 255 or 15.62% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #F55CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CFC is #0AA303. Grayscale: #9B9B9B. Windows color (decimal): -697092 or 16538869. OLE color: 16538869.
HSL color Cylindrical-coordinate representation of color #F55CFC: hue angle of 297.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55CFC is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 92 | 252 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.01 |
| HSL | 297.38º | 0.96% | 0.67% | - |
| HSV(B) | 297.38º | 0.63% | 0.99% | - |
| XYZ | 59.05 | 34.1 | 95.56 | - |
| YUV | 155.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 252 | 0.03 | 0.63 | 0 | 0.01 | 297.38 | 0.96 | 0.67 |
| Hex | F5 | 5C | FC | 3 | 3F | 0 | 1 | 129 | 60 | 43 |
| Octal | 365 | 134 | 374 | 3 | 77 | 0 | 1 | 451 | 140 | 103 |
| Binary | 11110101 | 1011100 | 11111100 | 11 | 111111 | 0 | 1 | 100101001 | 1100000 | 1000011 |
Color Harmonies of #F55CFC
Complementary color
Monochromatic Colors of #F55CFC
Black with #F55CFC
Text Example
Text Example
White with #F55CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CFC; }
p { color: rgb(245,92,252); }
H1.HeaderClassName
{
color: #F55CFC;
}
.AnyTagClassName
{
color: #F55CFC;
}
</style>
background-color css
<style>
a { background-color: #F55CFC; }
a { background-color: rgb(245,92,252); }
div.DivClassName
{
background-color: #F55CFC;
}
.BgClassName
{
background-color: #F55CFC;
}
</style>
border-color css
<style>
span { border-color: #F55CFC; }
span { border-color: rgb(245,92,252); }
td.TdClassName
{
border-color: #F55CFC;
}
.TagClassName
{
border-color: #F55CFC;
}
</style>