Shades of Pink Flamingo #FB65FF
Tints of Pink Flamingo #FB65FF
RGB
CMYK
RGB Variations
Color information
#FB65FF (or 0xFB65FF) is known color: Pink Flamingo. HEX triplet: FB, 65 and FF. RGB value is (251,101,255). Sum of RGB (Red+Green+Blue) = 251+101+255=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 101 (39.84% from 255 or 16.64% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB65FF is #049A00. Grayscale: #A2A2A2. Windows color (decimal): -301569 or 16737787. OLE color: 16737787.
HSL color Cylindrical-coordinate representation of color #FB65FF: hue angle of 298.44º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB65FF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 101 | 255 | - |
| CMYK | 0.02 | 0.60 | 0 | 0 |
| HSL | 298.44º | 1% | 0.7% | - |
| HSV(B) | 298.44º | 0.6% | 1% | - |
| XYZ | 62.49 | 37.04 | 98.46 | - |
| YUV | 163.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 255 | 0.02 | 0.60 | 0 | 0 | 298.44 | 1 | 0.7 |
| Hex | FB | 65 | FF | 2 | 3C | 0 | 0 | 12A | 64 | 46 |
| Octal | 373 | 145 | 377 | 2 | 74 | 0 | 0 | 452 | 144 | 106 |
| Binary | 11111011 | 1100101 | 11111111 | 10 | 111100 | 0 | 0 | 100101010 | 1100100 | 1000110 |
Color Harmonies of #FB65FF
Complementary color
Monochromatic Colors of #FB65FF
Black with #FB65FF
Text Example
Text Example
White with #FB65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65FF; }
p { color: rgb(251,101,255); }
H1.HeaderClassName
{
color: #FB65FF;
}
.AnyTagClassName
{
color: #FB65FF;
}
</style>
background-color css
<style>
a { background-color: #FB65FF; }
a { background-color: rgb(251,101,255); }
div.DivClassName
{
background-color: #FB65FF;
}
.BgClassName
{
background-color: #FB65FF;
}
</style>
border-color css
<style>
span { border-color: #FB65FF; }
span { border-color: rgb(251,101,255); }
td.TdClassName
{
border-color: #FB65FF;
}
.TagClassName
{
border-color: #FB65FF;
}
</style>