Shades of Pink Flamingo #F05CFA
Tints of Pink Flamingo #F05CFA
RGB
CMYK
RGB Variations
Color information
#F05CFA (or 0xF05CFA) is known color: Pink Flamingo. HEX triplet: F0, 5C and FA. RGB value is (240,92,250). Sum of RGB (Red+Green+Blue) = 240+92+250=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #F05CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CFA is #0FA305. Grayscale: #999999. Windows color (decimal): -1024774 or 16407792. OLE color: 16407792.
HSL color Cylindrical-coordinate representation of color #F05CFA: hue angle of 296.2º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05CFA is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 92 | 250 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.02 |
| HSL | 296.2º | 0.94% | 0.67% | - |
| HSV(B) | 296.2º | 0.63% | 0.98% | - |
| XYZ | 57.02 | 33.08 | 93.82 | - |
| YUV | 154.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 250 | 0.04 | 0.63 | 0 | 0.02 | 296.2 | 0.94 | 0.67 |
| Hex | F0 | 5C | FA | 4 | 3F | 0 | 2 | 128 | 5E | 43 |
| Octal | 360 | 134 | 372 | 4 | 77 | 0 | 2 | 450 | 136 | 103 |
| Binary | 11110000 | 1011100 | 11111010 | 100 | 111111 | 0 | 10 | 100101000 | 1011110 | 1000011 |
Color Harmonies of #F05CFA
Complementary color
Monochromatic Colors of #F05CFA
Black with #F05CFA
Text Example
Text Example
White with #F05CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05CFA; }
p { color: rgb(240,92,250); }
H1.HeaderClassName
{
color: #F05CFA;
}
.AnyTagClassName
{
color: #F05CFA;
}
</style>
background-color css
<style>
a { background-color: #F05CFA; }
a { background-color: rgb(240,92,250); }
div.DivClassName
{
background-color: #F05CFA;
}
.BgClassName
{
background-color: #F05CFA;
}
</style>
border-color css
<style>
span { border-color: #F05CFA; }
span { border-color: rgb(240,92,250); }
td.TdClassName
{
border-color: #F05CFA;
}
.TagClassName
{
border-color: #F05CFA;
}
</style>