Shades of Pink Flamingo #FB42F9
Tints of Pink Flamingo #FB42F9
RGB
CMYK
RGB Variations
Color information
#FB42F9 (or 0xFB42F9) is known color: Pink Flamingo. HEX triplet: FB, 42 and F9. RGB value is (251,66,249). Sum of RGB (Red+Green+Blue) = 251+66+249=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 66 (26.17% from 255 or 11.66% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB42F9 is #04BD06. Grayscale: #8D8D8D. Windows color (decimal): -310535 or 16335611. OLE color: 16335611.
HSL color Cylindrical-coordinate representation of color #FB42F9: hue angle of 300.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB42F9 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 249 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.02 |
| HSL | 300.65º | 0.96% | 0.62% | - |
| HSV(B) | 300.65º | 0.74% | 0.98% | - |
| XYZ | 58.83 | 31.25 | 92.55 | - |
| YUV | 142.18 | 188.29 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 249 | 0 | 0.74 | 0.01 | 0.02 | 300.65 | 0.96 | 0.62 |
| Hex | FB | 42 | F9 | 0 | 4A | 1 | 2 | 12D | 60 | 3E |
| Octal | 373 | 102 | 371 | 0 | 112 | 1 | 2 | 455 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11111001 | 0 | 1001010 | 1 | 10 | 100101101 | 1100000 | 111110 |
Color Harmonies of #FB42F9
Complementary color
Monochromatic Colors of #FB42F9
Black with #FB42F9
Text Example
Text Example
White with #FB42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42F9; }
p { color: rgb(251,66,249); }
H1.HeaderClassName
{
color: #FB42F9;
}
.AnyTagClassName
{
color: #FB42F9;
}
</style>
background-color css
<style>
a { background-color: #FB42F9; }
a { background-color: rgb(251,66,249); }
div.DivClassName
{
background-color: #FB42F9;
}
.BgClassName
{
background-color: #FB42F9;
}
</style>
border-color css
<style>
span { border-color: #FB42F9; }
span { border-color: rgb(251,66,249); }
td.TdClassName
{
border-color: #FB42F9;
}
.TagClassName
{
border-color: #FB42F9;
}
</style>