Shades of Pink Flamingo #FF65FB
Tints of Pink Flamingo #FF65FB
RGB
CMYK
RGB Variations
Color information
#FF65FB (or 0xFF65FB) is known color: Pink Flamingo. HEX triplet: FF, 65 and FB. RGB value is (255,101,251). Sum of RGB (Red+Green+Blue) = 255+101+251=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 101 (39.84% from 255 or 16.64% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65FB is #009A04. Grayscale: #A3A3A3. Windows color (decimal): -39429 or 16475647. OLE color: 16475647.
HSL color Cylindrical-coordinate representation of color #FF65FB: hue angle of 301.56º 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 #FF65FB is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 251 | - |
| CMYK | 0 | 0.60 | 0.02 | 0 |
| HSL | 301.56º | 1% | 0.7% | - |
| HSV(B) | 301.56º | 0.6% | 1% | - |
| XYZ | 63.31 | 37.53 | 95.17 | - |
| YUV | 164.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 251 | 0 | 0.60 | 0.02 | 0 | 301.56 | 1 | 0.7 |
| Hex | FF | 65 | FB | 0 | 3C | 2 | 0 | 12E | 64 | 46 |
| Octal | 377 | 145 | 373 | 0 | 74 | 2 | 0 | 456 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11111011 | 0 | 111100 | 10 | 0 | 100101110 | 1100100 | 1000110 |
Color Harmonies of #FF65FB
Complementary color
Monochromatic Colors of #FF65FB
Black with #FF65FB
Text Example
Text Example
White with #FF65FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65FB; }
p { color: rgb(255,101,251); }
H1.HeaderClassName
{
color: #FF65FB;
}
.AnyTagClassName
{
color: #FF65FB;
}
</style>
background-color css
<style>
a { background-color: #FF65FB; }
a { background-color: rgb(255,101,251); }
div.DivClassName
{
background-color: #FF65FB;
}
.BgClassName
{
background-color: #FF65FB;
}
</style>
border-color css
<style>
span { border-color: #FF65FB; }
span { border-color: rgb(255,101,251); }
td.TdClassName
{
border-color: #FF65FB;
}
.TagClassName
{
border-color: #FF65FB;
}
</style>