Shades of Pink Flamingo #F833FC
Tints of Pink Flamingo #F833FC
RGB
CMYK
RGB Variations
Color information
#F833FC (or 0xF833FC) is known color: Pink Flamingo. HEX triplet: F8, 33 and FC. RGB value is (248,51,252). Sum of RGB (Red+Green+Blue) = 248+51+252=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 51 (20.31% from 255 or 9.26% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #F833FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F833FC is #07CC03. Grayscale: #848484. Windows color (decimal): -510980 or 16528376. OLE color: 16528376.
HSL color Cylindrical-coordinate representation of color #F833FC: hue angle of 298.81º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F833FC is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 51 | 252 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.01 |
| HSL | 298.81º | 0.97% | 0.59% | - |
| HSV(B) | 298.81º | 0.8% | 0.99% | - |
| XYZ | 57.47 | 29.35 | 94.73 | - |
| YUV | 132.82 | 195.27 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 252 | 0.02 | 0.80 | 0 | 0.01 | 298.81 | 0.97 | 0.59 |
| Hex | F8 | 33 | FC | 2 | 50 | 0 | 1 | 12B | 61 | 3B |
| Octal | 370 | 63 | 374 | 2 | 120 | 0 | 1 | 453 | 141 | 73 |
| Binary | 11111000 | 110011 | 11111100 | 10 | 1010000 | 0 | 1 | 100101011 | 1100001 | 111011 |
Color Harmonies of #F833FC
Complementary color
Monochromatic Colors of #F833FC
Black with #F833FC
Text Example
Text Example
White with #F833FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833FC; }
p { color: rgb(248,51,252); }
H1.HeaderClassName
{
color: #F833FC;
}
.AnyTagClassName
{
color: #F833FC;
}
</style>
background-color css
<style>
a { background-color: #F833FC; }
a { background-color: rgb(248,51,252); }
div.DivClassName
{
background-color: #F833FC;
}
.BgClassName
{
background-color: #F833FC;
}
</style>
border-color css
<style>
span { border-color: #F833FC; }
span { border-color: rgb(248,51,252); }
td.TdClassName
{
border-color: #F833FC;
}
.TagClassName
{
border-color: #F833FC;
}
</style>