Shades of Pink Flamingo #F838FE
Tints of Pink Flamingo #F838FE
RGB
CMYK
RGB Variations
Color information
#F838FE (or 0xF838FE) is known color: Pink Flamingo. HEX triplet: F8, 38 and FE. RGB value is (248,56,254). Sum of RGB (Red+Green+Blue) = 248+56+254=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 56 (22.27% from 255 or 10.04% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #F838FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F838FE is #07C701. Grayscale: #878787. Windows color (decimal): -509698 or 16660728. OLE color: 16660728.
HSL color Cylindrical-coordinate representation of color #F838FE: hue angle of 298.18º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F838FE is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 56 | 254 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.00 |
| HSL | 298.18º | 0.99% | 0.61% | - |
| HSV(B) | 298.18º | 0.78% | 1% | - |
| XYZ | 58.01 | 29.94 | 96.49 | - |
| YUV | 135.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 254 | 0.02 | 0.78 | 0 | 0.00 | 298.18 | 0.99 | 0.61 |
| Hex | F8 | 38 | FE | 2 | 4E | 0 | 0 | 12A | 63 | 3D |
| Octal | 370 | 70 | 376 | 2 | 116 | 0 | 0 | 452 | 143 | 75 |
| Binary | 11111000 | 111000 | 11111110 | 10 | 1001110 | 0 | 0 | 100101010 | 1100011 | 111101 |
Color Harmonies of #F838FE
Complementary color
Monochromatic Colors of #F838FE
Black with #F838FE
Text Example
Text Example
White with #F838FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F838FE; }
p { color: rgb(248,56,254); }
H1.HeaderClassName
{
color: #F838FE;
}
.AnyTagClassName
{
color: #F838FE;
}
</style>
background-color css
<style>
a { background-color: #F838FE; }
a { background-color: rgb(248,56,254); }
div.DivClassName
{
background-color: #F838FE;
}
.BgClassName
{
background-color: #F838FE;
}
</style>
border-color css
<style>
span { border-color: #F838FE; }
span { border-color: rgb(248,56,254); }
td.TdClassName
{
border-color: #F838FE;
}
.TagClassName
{
border-color: #F838FE;
}
</style>