Shades of Pink Flamingo #F838FF
Tints of Pink Flamingo #F838FF
RGB
CMYK
RGB Variations
Color information
#F838FF (or 0xF838FF) is known color: Pink Flamingo. HEX triplet: F8, 38 and FF. RGB value is (248,56,255). Sum of RGB (Red+Green+Blue) = 248+56+255=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 56 (22.27% from 255 or 10.02% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #F838FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F838FF is #07C700. Grayscale: #878787. Windows color (decimal): -509697 or 16726264. OLE color: 16726264.
HSL color Cylindrical-coordinate representation of color #F838FF: hue angle of 297.89º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F838FF is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 56 | 255 | - |
| CMYK | 0.03 | 0.78 | 0 | 0 |
| HSL | 297.89º | 1% | 0.61% | - |
| HSV(B) | 297.89º | 0.78% | 1% | - |
| XYZ | 58.18 | 30 | 97.33 | - |
| YUV | 136.09 | 195.11 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 255 | 0.03 | 0.78 | 0 | 0 | 297.89 | 1 | 0.61 |
| Hex | F8 | 38 | FF | 3 | 4E | 0 | 0 | 12A | 64 | 3D |
| Octal | 370 | 70 | 377 | 3 | 116 | 0 | 0 | 452 | 144 | 75 |
| Binary | 11111000 | 111000 | 11111111 | 11 | 1001110 | 0 | 0 | 100101010 | 1100100 | 111101 |
Color Harmonies of #F838FF
Complementary color
Monochromatic Colors of #F838FF
Black with #F838FF
Text Example
Text Example
White with #F838FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F838FF; }
p { color: rgb(248,56,255); }
H1.HeaderClassName
{
color: #F838FF;
}
.AnyTagClassName
{
color: #F838FF;
}
</style>
background-color css
<style>
a { background-color: #F838FF; }
a { background-color: rgb(248,56,255); }
div.DivClassName
{
background-color: #F838FF;
}
.BgClassName
{
background-color: #F838FF;
}
</style>
border-color css
<style>
span { border-color: #F838FF; }
span { border-color: rgb(248,56,255); }
td.TdClassName
{
border-color: #F838FF;
}
.TagClassName
{
border-color: #F838FF;
}
</style>