Shades of Pink Flamingo #F83CFA
Tints of Pink Flamingo #F83CFA
RGB
CMYK
RGB Variations
Color information
#F83CFA (or 0xF83CFA) is known color: Pink Flamingo. HEX triplet: F8, 3C and FA. RGB value is (248,60,250). Sum of RGB (Red+Green+Blue) = 248+60+250=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 60 (23.83% from 255 or 10.75% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #F83CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83CFA is #07C305. Grayscale: #898989. Windows color (decimal): -508678 or 16399608. OLE color: 16399608.
HSL color Cylindrical-coordinate representation of color #F83CFA: hue angle of 299.37º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83CFA is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 60 | 250 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.02 |
| HSL | 299.37º | 0.95% | 0.61% | - |
| HSV(B) | 299.37º | 0.76% | 0.98% | - |
| XYZ | 57.58 | 30.09 | 93.22 | - |
| YUV | 137.87 | 191.28 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 250 | 0.01 | 0.76 | 0 | 0.02 | 299.37 | 0.95 | 0.61 |
| Hex | F8 | 3C | FA | 1 | 4C | 0 | 2 | 12B | 5F | 3D |
| Octal | 370 | 74 | 372 | 1 | 114 | 0 | 2 | 453 | 137 | 75 |
| Binary | 11111000 | 111100 | 11111010 | 1 | 1001100 | 0 | 10 | 100101011 | 1011111 | 111101 |
Color Harmonies of #F83CFA
Complementary color
Monochromatic Colors of #F83CFA
Black with #F83CFA
Text Example
Text Example
White with #F83CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83CFA; }
p { color: rgb(248,60,250); }
H1.HeaderClassName
{
color: #F83CFA;
}
.AnyTagClassName
{
color: #F83CFA;
}
</style>
background-color css
<style>
a { background-color: #F83CFA; }
a { background-color: rgb(248,60,250); }
div.DivClassName
{
background-color: #F83CFA;
}
.BgClassName
{
background-color: #F83CFA;
}
</style>
border-color css
<style>
span { border-color: #F83CFA; }
span { border-color: rgb(248,60,250); }
td.TdClassName
{
border-color: #F83CFA;
}
.TagClassName
{
border-color: #F83CFA;
}
</style>