Shades of Pink Flamingo #F05CFC
Tints of Pink Flamingo #F05CFC
RGB
CMYK
RGB Variations
Color information
#F05CFC (or 0xF05CFC) is known color: Pink Flamingo. HEX triplet: F0, 5C and FC. RGB value is (240,92,252). Sum of RGB (Red+Green+Blue) = 240+92+252=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #F05CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CFC is #0FA303. Grayscale: #9A9A9A. Windows color (decimal): -1024772 or 16538864. OLE color: 16538864.
HSL color Cylindrical-coordinate representation of color #F05CFC: hue angle of 295.5º 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 #F05CFC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 92 | 252 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.01 |
| HSL | 295.5º | 0.96% | 0.67% | - |
| HSV(B) | 295.5º | 0.63% | 0.99% | - |
| XYZ | 57.33 | 33.21 | 95.48 | - |
| YUV | 154.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 252 | 0.05 | 0.63 | 0 | 0.01 | 295.5 | 0.96 | 0.67 |
| Hex | F0 | 5C | FC | 5 | 3F | 0 | 1 | 128 | 60 | 43 |
| Octal | 360 | 134 | 374 | 5 | 77 | 0 | 1 | 450 | 140 | 103 |
| Binary | 11110000 | 1011100 | 11111100 | 101 | 111111 | 0 | 1 | 100101000 | 1100000 | 1000011 |
Color Harmonies of #F05CFC
Complementary color
Monochromatic Colors of #F05CFC
Black with #F05CFC
Text Example
Text Example
White with #F05CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05CFC; }
p { color: rgb(240,92,252); }
H1.HeaderClassName
{
color: #F05CFC;
}
.AnyTagClassName
{
color: #F05CFC;
}
</style>
background-color css
<style>
a { background-color: #F05CFC; }
a { background-color: rgb(240,92,252); }
div.DivClassName
{
background-color: #F05CFC;
}
.BgClassName
{
background-color: #F05CFC;
}
</style>
border-color css
<style>
span { border-color: #F05CFC; }
span { border-color: rgb(240,92,252); }
td.TdClassName
{
border-color: #F05CFC;
}
.TagClassName
{
border-color: #F05CFC;
}
</style>