Shades of Pink Flamingo #F835FF
Tints of Pink Flamingo #F835FF
RGB
CMYK
RGB Variations
Color information
#F835FF (or 0xF835FF) is known color: Pink Flamingo. HEX triplet: F8, 35 and FF. RGB value is (248,53,255). Sum of RGB (Red+Green+Blue) = 248+53+255=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 53 (21.09% from 255 or 9.53% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #F835FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F835FF is #07CA00. Grayscale: #858585. Windows color (decimal): -510465 or 16725496. OLE color: 16725496.
HSL color Cylindrical-coordinate representation of color #F835FF: hue angle of 297.92º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F835FF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 53 | 255 | - |
| CMYK | 0.03 | 0.79 | 0 | 0 |
| HSL | 297.92º | 1% | 0.6% | - |
| HSV(B) | 297.92º | 0.79% | 1% | - |
| XYZ | 58.03 | 29.72 | 97.29 | - |
| YUV | 134.33 | 196.1 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 255 | 0.03 | 0.79 | 0 | 0 | 297.92 | 1 | 0.6 |
| Hex | F8 | 35 | FF | 3 | 4F | 0 | 0 | 12A | 64 | 3C |
| Octal | 370 | 65 | 377 | 3 | 117 | 0 | 0 | 452 | 144 | 74 |
| Binary | 11111000 | 110101 | 11111111 | 11 | 1001111 | 0 | 0 | 100101010 | 1100100 | 111100 |
Color Harmonies of #F835FF
Complementary color
Monochromatic Colors of #F835FF
Black with #F835FF
Text Example
Text Example
White with #F835FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F835FF; }
p { color: rgb(248,53,255); }
H1.HeaderClassName
{
color: #F835FF;
}
.AnyTagClassName
{
color: #F835FF;
}
</style>
background-color css
<style>
a { background-color: #F835FF; }
a { background-color: rgb(248,53,255); }
div.DivClassName
{
background-color: #F835FF;
}
.BgClassName
{
background-color: #F835FF;
}
</style>
border-color css
<style>
span { border-color: #F835FF; }
span { border-color: rgb(248,53,255); }
td.TdClassName
{
border-color: #F835FF;
}
.TagClassName
{
border-color: #F835FF;
}
</style>