Shades of Pink Flamingo #F838FB
Tints of Pink Flamingo #F838FB
RGB
CMYK
RGB Variations
Color information
#F838FB (or 0xF838FB) is known color: Pink Flamingo. HEX triplet: F8, 38 and FB. RGB value is (248,56,251). Sum of RGB (Red+Green+Blue) = 248+56+251=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 56 (22.27% from 255 or 10.09% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #F838FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F838FB is #07C704. Grayscale: #878787. Windows color (decimal): -509701 or 16464120. OLE color: 16464120.
HSL color Cylindrical-coordinate representation of color #F838FB: hue angle of 299.08º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F838FB is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 56 | 251 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.02 |
| HSL | 299.08º | 0.96% | 0.6% | - |
| HSV(B) | 299.08º | 0.78% | 0.98% | - |
| XYZ | 57.54 | 29.75 | 93.98 | - |
| YUV | 135.64 | 193.11 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 251 | 0.01 | 0.78 | 0 | 0.02 | 299.08 | 0.96 | 0.6 |
| Hex | F8 | 38 | FB | 1 | 4E | 0 | 2 | 12B | 60 | 3C |
| Octal | 370 | 70 | 373 | 1 | 116 | 0 | 2 | 453 | 140 | 74 |
| Binary | 11111000 | 111000 | 11111011 | 1 | 1001110 | 0 | 10 | 100101011 | 1100000 | 111100 |
Color Harmonies of #F838FB
Complementary color
Monochromatic Colors of #F838FB
Black with #F838FB
Text Example
Text Example
White with #F838FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F838FB; }
p { color: rgb(248,56,251); }
H1.HeaderClassName
{
color: #F838FB;
}
.AnyTagClassName
{
color: #F838FB;
}
</style>
background-color css
<style>
a { background-color: #F838FB; }
a { background-color: rgb(248,56,251); }
div.DivClassName
{
background-color: #F838FB;
}
.BgClassName
{
background-color: #F838FB;
}
</style>
border-color css
<style>
span { border-color: #F838FB; }
span { border-color: rgb(248,56,251); }
td.TdClassName
{
border-color: #F838FB;
}
.TagClassName
{
border-color: #F838FB;
}
</style>