Shades of Pink Flamingo #F834FF
Tints of Pink Flamingo #F834FF
RGB
CMYK
RGB Variations
Color information
#F834FF (or 0xF834FF) is known color: Pink Flamingo. HEX triplet: F8, 34 and FF. RGB value is (248,52,255). Sum of RGB (Red+Green+Blue) = 248+52+255=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 52 (20.70% from 255 or 9.37% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #F834FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F834FF is #07CB00. Grayscale: #858585. Windows color (decimal): -510721 or 16725240. OLE color: 16725240.
HSL color Cylindrical-coordinate representation of color #F834FF: hue angle of 297.93º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F834FF is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 52 | 255 | - |
| CMYK | 0.03 | 0.80 | 0 | 0 |
| HSL | 297.93º | 1% | 0.6% | - |
| HSV(B) | 297.93º | 0.8% | 1% | - |
| XYZ | 57.99 | 29.63 | 97.27 | - |
| YUV | 133.75 | 196.43 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 255 | 0.03 | 0.80 | 0 | 0 | 297.93 | 1 | 0.6 |
| Hex | F8 | 34 | FF | 3 | 50 | 0 | 0 | 12A | 64 | 3C |
| Octal | 370 | 64 | 377 | 3 | 120 | 0 | 0 | 452 | 144 | 74 |
| Binary | 11111000 | 110100 | 11111111 | 11 | 1010000 | 0 | 0 | 100101010 | 1100100 | 111100 |
Color Harmonies of #F834FF
Complementary color
Monochromatic Colors of #F834FF
Black with #F834FF
Text Example
Text Example
White with #F834FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F834FF; }
p { color: rgb(248,52,255); }
H1.HeaderClassName
{
color: #F834FF;
}
.AnyTagClassName
{
color: #F834FF;
}
</style>
background-color css
<style>
a { background-color: #F834FF; }
a { background-color: rgb(248,52,255); }
div.DivClassName
{
background-color: #F834FF;
}
.BgClassName
{
background-color: #F834FF;
}
</style>
border-color css
<style>
span { border-color: #F834FF; }
span { border-color: rgb(248,52,255); }
td.TdClassName
{
border-color: #F834FF;
}
.TagClassName
{
border-color: #F834FF;
}
</style>