Shades of Pink Flamingo #FB62FF
Tints of Pink Flamingo #FB62FF
RGB
CMYK
RGB Variations
Color information
#FB62FF (or 0xFB62FF) is known color: Pink Flamingo. HEX triplet: FB, 62 and FF. RGB value is (251,98,255). Sum of RGB (Red+Green+Blue) = 251+98+255=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 98 (38.67% from 255 or 16.23% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB62FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB62FF is #049D00. Grayscale: #A1A1A1. Windows color (decimal): -302337 or 16737019. OLE color: 16737019.
HSL color Cylindrical-coordinate representation of color #FB62FF: hue angle of 298.47º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB62FF is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 98 | 255 | - |
| CMYK | 0.02 | 0.62 | 0 | 0 |
| HSL | 298.47º | 1% | 0.69% | - |
| HSV(B) | 298.47º | 0.62% | 1% | - |
| XYZ | 62.2 | 36.46 | 98.37 | - |
| YUV | 161.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 255 | 0.02 | 0.62 | 0 | 0 | 298.47 | 1 | 0.69 |
| Hex | FB | 62 | FF | 2 | 3E | 0 | 0 | 12A | 64 | 45 |
| Octal | 373 | 142 | 377 | 2 | 76 | 0 | 0 | 452 | 144 | 105 |
| Binary | 11111011 | 1100010 | 11111111 | 10 | 111110 | 0 | 0 | 100101010 | 1100100 | 1000101 |
Color Harmonies of #FB62FF
Complementary color
Monochromatic Colors of #FB62FF
Black with #FB62FF
Text Example
Text Example
White with #FB62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB62FF; }
p { color: rgb(251,98,255); }
H1.HeaderClassName
{
color: #FB62FF;
}
.AnyTagClassName
{
color: #FB62FF;
}
</style>
background-color css
<style>
a { background-color: #FB62FF; }
a { background-color: rgb(251,98,255); }
div.DivClassName
{
background-color: #FB62FF;
}
.BgClassName
{
background-color: #FB62FF;
}
</style>
border-color css
<style>
span { border-color: #FB62FF; }
span { border-color: rgb(251,98,255); }
td.TdClassName
{
border-color: #FB62FF;
}
.TagClassName
{
border-color: #FB62FF;
}
</style>