Shades of Pink Flamingo #F942FF
Tints of Pink Flamingo #F942FF
RGB
CMYK
RGB Variations
Color information
#F942FF (or 0xF942FF) is known color: Pink Flamingo. HEX triplet: F9, 42 and FF. RGB value is (249,66,255). Sum of RGB (Red+Green+Blue) = 249+66+255=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 66 (26.17% from 255 or 11.58% 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 #F942FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942FF is #06BD00. Grayscale: #8D8D8D. Windows color (decimal): -441601 or 16728825. OLE color: 16728825.
HSL color Cylindrical-coordinate representation of color #F942FF: hue angle of 298.1º 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 #F942FF is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 66 | 255 | - |
| CMYK | 0.02 | 0.74 | 0 | 0 |
| HSL | 298.1º | 1% | 0.63% | - |
| HSV(B) | 298.1º | 0.74% | 1% | - |
| XYZ | 59.07 | 31.26 | 97.53 | - |
| YUV | 142.26 | 191.63 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 255 | 0.02 | 0.74 | 0 | 0 | 298.1 | 1 | 0.63 |
| Hex | F9 | 42 | FF | 2 | 4A | 0 | 0 | 12A | 64 | 3F |
| Octal | 371 | 102 | 377 | 2 | 112 | 0 | 0 | 452 | 144 | 77 |
| Binary | 11111001 | 1000010 | 11111111 | 10 | 1001010 | 0 | 0 | 100101010 | 1100100 | 111111 |
Color Harmonies of #F942FF
Complementary color
Monochromatic Colors of #F942FF
Black with #F942FF
Text Example
Text Example
White with #F942FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942FF; }
p { color: rgb(249,66,255); }
H1.HeaderClassName
{
color: #F942FF;
}
.AnyTagClassName
{
color: #F942FF;
}
</style>
background-color css
<style>
a { background-color: #F942FF; }
a { background-color: rgb(249,66,255); }
div.DivClassName
{
background-color: #F942FF;
}
.BgClassName
{
background-color: #F942FF;
}
</style>
border-color css
<style>
span { border-color: #F942FF; }
span { border-color: rgb(249,66,255); }
td.TdClassName
{
border-color: #F942FF;
}
.TagClassName
{
border-color: #F942FF;
}
</style>