Shades of Pink Flamingo #F848FE
Tints of Pink Flamingo #F848FE
RGB
CMYK
RGB Variations
Color information
#F848FE (or 0xF848FE) is known color: Pink Flamingo. HEX triplet: F8, 48 and FE. RGB value is (248,72,254). Sum of RGB (Red+Green+Blue) = 248+72+254=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 72 (28.52% from 255 or 12.54% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #F848FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F848FE is #07B701. Grayscale: #909090. Windows color (decimal): -505602 or 16664824. OLE color: 16664824.
HSL color Cylindrical-coordinate representation of color #F848FE: hue angle of 298.02º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F848FE is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 72 | 254 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.00 |
| HSL | 298.02º | 0.99% | 0.64% | - |
| HSV(B) | 298.02º | 0.72% | 1% | - |
| XYZ | 58.92 | 31.75 | 96.79 | - |
| YUV | 145.37 | 189.31 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 254 | 0.02 | 0.72 | 0 | 0.00 | 298.02 | 0.99 | 0.64 |
| Hex | F8 | 48 | FE | 2 | 48 | 0 | 0 | 12A | 63 | 40 |
| Octal | 370 | 110 | 376 | 2 | 110 | 0 | 0 | 452 | 143 | 100 |
| Binary | 11111000 | 1001000 | 11111110 | 10 | 1001000 | 0 | 0 | 100101010 | 1100011 | 1000000 |
Color Harmonies of #F848FE
Complementary color
Monochromatic Colors of #F848FE
Black with #F848FE
Text Example
Text Example
White with #F848FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F848FE; }
p { color: rgb(248,72,254); }
H1.HeaderClassName
{
color: #F848FE;
}
.AnyTagClassName
{
color: #F848FE;
}
</style>
background-color css
<style>
a { background-color: #F848FE; }
a { background-color: rgb(248,72,254); }
div.DivClassName
{
background-color: #F848FE;
}
.BgClassName
{
background-color: #F848FE;
}
</style>
border-color css
<style>
span { border-color: #F848FE; }
span { border-color: rgb(248,72,254); }
td.TdClassName
{
border-color: #F848FE;
}
.TagClassName
{
border-color: #F848FE;
}
</style>