Shades of Pink Flamingo #F843FF
Tints of Pink Flamingo #F843FF
RGB
CMYK
RGB Variations
Color information
#F843FF (or 0xF843FF) is known color: Pink Flamingo. HEX triplet: F8, 43 and FF. RGB value is (248,67,255). Sum of RGB (Red+Green+Blue) = 248+67+255=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 67 (26.56% from 255 or 11.75% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #F843FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F843FF is #07BC00. Grayscale: #8D8D8D. Windows color (decimal): -506881 or 16729080. OLE color: 16729080.
HSL color Cylindrical-coordinate representation of color #F843FF: hue angle of 297.77º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F843FF is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 67 | 255 | - |
| CMYK | 0.03 | 0.74 | 0 | 0 |
| HSL | 297.77º | 1% | 0.63% | - |
| HSV(B) | 297.77º | 0.74% | 1% | - |
| XYZ | 58.77 | 31.19 | 97.53 | - |
| YUV | 142.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 255 | 0.03 | 0.74 | 0 | 0 | 297.77 | 1 | 0.63 |
| Hex | F8 | 43 | FF | 3 | 4A | 0 | 0 | 12A | 64 | 3F |
| Octal | 370 | 103 | 377 | 3 | 112 | 0 | 0 | 452 | 144 | 77 |
| Binary | 11111000 | 1000011 | 11111111 | 11 | 1001010 | 0 | 0 | 100101010 | 1100100 | 111111 |
Color Harmonies of #F843FF
Complementary color
Monochromatic Colors of #F843FF
Black with #F843FF
Text Example
Text Example
White with #F843FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F843FF; }
p { color: rgb(248,67,255); }
H1.HeaderClassName
{
color: #F843FF;
}
.AnyTagClassName
{
color: #F843FF;
}
</style>
background-color css
<style>
a { background-color: #F843FF; }
a { background-color: rgb(248,67,255); }
div.DivClassName
{
background-color: #F843FF;
}
.BgClassName
{
background-color: #F843FF;
}
</style>
border-color css
<style>
span { border-color: #F843FF; }
span { border-color: rgb(248,67,255); }
td.TdClassName
{
border-color: #F843FF;
}
.TagClassName
{
border-color: #F843FF;
}
</style>