Shades of Pink Flamingo #F848F5
Tints of Pink Flamingo #F848F5
RGB
CMYK
RGB Variations
Color information
#F848F5 (or 0xF848F5) is known color: Pink Flamingo. HEX triplet: F8, 48 and F5. RGB value is (248,72,245). Sum of RGB (Red+Green+Blue) = 248+72+245=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 72 (28.52% from 255 or 12.74% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F848F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F848F5 is #07B70A. Grayscale: #8F8F8F. Windows color (decimal): -505611 or 16075000. OLE color: 16075000.
HSL color Cylindrical-coordinate representation of color #F848F5: hue angle of 301.02º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F848F5 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 245 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.03 |
| HSL | 301.02º | 0.93% | 0.63% | - |
| HSV(B) | 301.02º | 0.71% | 0.97% | - |
| XYZ | 57.51 | 31.18 | 89.37 | - |
| YUV | 144.35 | 184.81 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 245 | 0 | 0.71 | 0.01 | 0.03 | 301.02 | 0.93 | 0.63 |
| Hex | F8 | 48 | F5 | 0 | 47 | 1 | 3 | 12D | 5D | 3F |
| Octal | 370 | 110 | 365 | 0 | 107 | 1 | 3 | 455 | 135 | 77 |
| Binary | 11111000 | 1001000 | 11110101 | 0 | 1000111 | 1 | 11 | 100101101 | 1011101 | 111111 |
Color Harmonies of #F848F5
Complementary color
Monochromatic Colors of #F848F5
Black with #F848F5
Text Example
Text Example
White with #F848F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F848F5; }
p { color: rgb(248,72,245); }
H1.HeaderClassName
{
color: #F848F5;
}
.AnyTagClassName
{
color: #F848F5;
}
</style>
background-color css
<style>
a { background-color: #F848F5; }
a { background-color: rgb(248,72,245); }
div.DivClassName
{
background-color: #F848F5;
}
.BgClassName
{
background-color: #F848F5;
}
</style>
border-color css
<style>
span { border-color: #F848F5; }
span { border-color: rgb(248,72,245); }
td.TdClassName
{
border-color: #F848F5;
}
.TagClassName
{
border-color: #F848F5;
}
</style>