Shades of Pink Flamingo #F038FC
Tints of Pink Flamingo #F038FC
RGB
CMYK
RGB Variations
Color information
#F038FC (or 0xF038FC) is known color: Pink Flamingo. HEX triplet: F0, 38 and FC. RGB value is (240,56,252). Sum of RGB (Red+Green+Blue) = 240+56+252=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 56 (22.27% from 255 or 10.22% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #F038FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F038FC is #0FC703. Grayscale: #848484. Windows color (decimal): -1033988 or 16529648. OLE color: 16529648.
HSL color Cylindrical-coordinate representation of color #F038FC: hue angle of 296.33º 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 #F038FC is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 56 | 252 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.01 |
| HSL | 296.33º | 0.97% | 0.6% | - |
| HSV(B) | 296.33º | 0.78% | 0.99% | - |
| XYZ | 54.92 | 28.38 | 94.68 | - |
| YUV | 133.36 | 194.96 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 252 | 0.05 | 0.78 | 0 | 0.01 | 296.33 | 0.97 | 0.6 |
| Hex | F0 | 38 | FC | 5 | 4E | 0 | 1 | 128 | 61 | 3C |
| Octal | 360 | 70 | 374 | 5 | 116 | 0 | 1 | 450 | 141 | 74 |
| Binary | 11110000 | 111000 | 11111100 | 101 | 1001110 | 0 | 1 | 100101000 | 1100001 | 111100 |
Color Harmonies of #F038FC
Complementary color
Monochromatic Colors of #F038FC
Black with #F038FC
Text Example
Text Example
White with #F038FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038FC; }
p { color: rgb(240,56,252); }
H1.HeaderClassName
{
color: #F038FC;
}
.AnyTagClassName
{
color: #F038FC;
}
</style>
background-color css
<style>
a { background-color: #F038FC; }
a { background-color: rgb(240,56,252); }
div.DivClassName
{
background-color: #F038FC;
}
.BgClassName
{
background-color: #F038FC;
}
</style>
border-color css
<style>
span { border-color: #F038FC; }
span { border-color: rgb(240,56,252); }
td.TdClassName
{
border-color: #F038FC;
}
.TagClassName
{
border-color: #F038FC;
}
</style>