Shades of Pink Flamingo #FB42F0
Tints of Pink Flamingo #FB42F0
RGB
CMYK
RGB Variations
Color information
#FB42F0 (or 0xFB42F0) is known color: Pink Flamingo. HEX triplet: FB, 42 and F0. RGB value is (251,66,240). Sum of RGB (Red+Green+Blue) = 251+66+240=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 66 (26.17% from 255 or 11.85% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB42F0 is #04BD0F. Grayscale: #8C8C8C. Windows color (decimal): -310544 or 15745787. OLE color: 15745787.
HSL color Cylindrical-coordinate representation of color #FB42F0: hue angle of 303.57º 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 #FB42F0 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 240 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.02 |
| HSL | 303.57º | 0.96% | 0.62% | - |
| HSV(B) | 303.57º | 0.74% | 0.98% | - |
| XYZ | 57.46 | 30.7 | 85.33 | - |
| YUV | 141.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 240 | 0 | 0.74 | 0.04 | 0.02 | 303.57 | 0.96 | 0.62 |
| Hex | FB | 42 | F0 | 0 | 4A | 4 | 2 | 130 | 60 | 3E |
| Octal | 373 | 102 | 360 | 0 | 112 | 4 | 2 | 460 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11110000 | 0 | 1001010 | 100 | 10 | 100110000 | 1100000 | 111110 |
Color Harmonies of #FB42F0
Complementary color
Monochromatic Colors of #FB42F0
Black with #FB42F0
Text Example
Text Example
White with #FB42F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42F0; }
p { color: rgb(251,66,240); }
H1.HeaderClassName
{
color: #FB42F0;
}
.AnyTagClassName
{
color: #FB42F0;
}
</style>
background-color css
<style>
a { background-color: #FB42F0; }
a { background-color: rgb(251,66,240); }
div.DivClassName
{
background-color: #FB42F0;
}
.BgClassName
{
background-color: #FB42F0;
}
</style>
border-color css
<style>
span { border-color: #FB42F0; }
span { border-color: rgb(251,66,240); }
td.TdClassName
{
border-color: #FB42F0;
}
.TagClassName
{
border-color: #FB42F0;
}
</style>