Shades of Pink Flamingo #F833FE
Tints of Pink Flamingo #F833FE
RGB
CMYK
RGB Variations
Color information
#F833FE (or 0xF833FE) is known color: Pink Flamingo. HEX triplet: F8, 33 and FE. RGB value is (248,51,254). Sum of RGB (Red+Green+Blue) = 248+51+254=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 51 (20.31% from 255 or 9.22% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #F833FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F833FE is #07CC01. Grayscale: #848484. Windows color (decimal): -510978 or 16659448. OLE color: 16659448.
HSL color Cylindrical-coordinate representation of color #F833FE: hue angle of 298.23º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F833FE is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 51 | 254 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.00 |
| HSL | 298.23º | 0.99% | 0.6% | - |
| HSV(B) | 298.23º | 0.8% | 1% | - |
| XYZ | 57.78 | 29.48 | 96.41 | - |
| YUV | 133.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 254 | 0.02 | 0.80 | 0 | 0.00 | 298.23 | 0.99 | 0.6 |
| Hex | F8 | 33 | FE | 2 | 50 | 0 | 0 | 12A | 63 | 3C |
| Octal | 370 | 63 | 376 | 2 | 120 | 0 | 0 | 452 | 143 | 74 |
| Binary | 11111000 | 110011 | 11111110 | 10 | 1010000 | 0 | 0 | 100101010 | 1100011 | 111100 |
Color Harmonies of #F833FE
Complementary color
Monochromatic Colors of #F833FE
Black with #F833FE
Text Example
Text Example
White with #F833FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833FE; }
p { color: rgb(248,51,254); }
H1.HeaderClassName
{
color: #F833FE;
}
.AnyTagClassName
{
color: #F833FE;
}
</style>
background-color css
<style>
a { background-color: #F833FE; }
a { background-color: rgb(248,51,254); }
div.DivClassName
{
background-color: #F833FE;
}
.BgClassName
{
background-color: #F833FE;
}
</style>
border-color css
<style>
span { border-color: #F833FE; }
span { border-color: rgb(248,51,254); }
td.TdClassName
{
border-color: #F833FE;
}
.TagClassName
{
border-color: #F833FE;
}
</style>