Shades of Pink Flamingo #F833FD
Tints of Pink Flamingo #F833FD
RGB
CMYK
RGB Variations
Color information
#F833FD (or 0xF833FD) is known color: Pink Flamingo. HEX triplet: F8, 33 and FD. RGB value is (248,51,253). Sum of RGB (Red+Green+Blue) = 248+51+253=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 51 (20.31% from 255 or 9.24% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #F833FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F833FD is #07CC02. Grayscale: #848484. Windows color (decimal): -510979 or 16593912. OLE color: 16593912.
HSL color Cylindrical-coordinate representation of color #F833FD: hue angle of 298.51º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F833FD is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 51 | 253 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.01 |
| HSL | 298.51º | 0.98% | 0.6% | - |
| HSV(B) | 298.51º | 0.8% | 0.99% | - |
| XYZ | 57.62 | 29.42 | 95.57 | - |
| YUV | 132.93 | 195.77 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 253 | 0.02 | 0.80 | 0 | 0.01 | 298.51 | 0.98 | 0.6 |
| Hex | F8 | 33 | FD | 2 | 50 | 0 | 1 | 12B | 62 | 3C |
| Octal | 370 | 63 | 375 | 2 | 120 | 0 | 1 | 453 | 142 | 74 |
| Binary | 11111000 | 110011 | 11111101 | 10 | 1010000 | 0 | 1 | 100101011 | 1100010 | 111100 |
Color Harmonies of #F833FD
Complementary color
Monochromatic Colors of #F833FD
Black with #F833FD
Text Example
Text Example
White with #F833FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833FD; }
p { color: rgb(248,51,253); }
H1.HeaderClassName
{
color: #F833FD;
}
.AnyTagClassName
{
color: #F833FD;
}
</style>
background-color css
<style>
a { background-color: #F833FD; }
a { background-color: rgb(248,51,253); }
div.DivClassName
{
background-color: #F833FD;
}
.BgClassName
{
background-color: #F833FD;
}
</style>
border-color css
<style>
span { border-color: #F833FD; }
span { border-color: rgb(248,51,253); }
td.TdClassName
{
border-color: #F833FD;
}
.TagClassName
{
border-color: #F833FD;
}
</style>