Shades of Pink Flamingo #FF65F0
Tints of Pink Flamingo #FF65F0
RGB
CMYK
RGB Variations
Color information
#FF65F0 (or 0xFF65F0) is known color: Pink Flamingo. HEX triplet: FF, 65 and F0. RGB value is (255,101,240). Sum of RGB (Red+Green+Blue) = 255+101+240=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 101 (39.84% from 255 or 16.95% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65F0 is #009A0F. Grayscale: #A2A2A2. Windows color (decimal): -39440 or 15754751. OLE color: 15754751.
HSL color Cylindrical-coordinate representation of color #FF65F0: hue angle of 305.84º 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 #FF65F0 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 240 | - |
| CMYK | 0 | 0.60 | 0.06 | 0 |
| HSL | 305.84º | 1% | 0.7% | - |
| HSV(B) | 305.84º | 0.6% | 1% | - |
| XYZ | 61.62 | 36.86 | 86.3 | - |
| YUV | 162.89 | 171.52 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 240 | 0 | 0.60 | 0.06 | 0 | 305.84 | 1 | 0.7 |
| Hex | FF | 65 | F0 | 0 | 3C | 6 | 0 | 132 | 64 | 46 |
| Octal | 377 | 145 | 360 | 0 | 74 | 6 | 0 | 462 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11110000 | 0 | 111100 | 110 | 0 | 100110010 | 1100100 | 1000110 |
Color Harmonies of #FF65F0
Complementary color
Monochromatic Colors of #FF65F0
Black with #FF65F0
Text Example
Text Example
White with #FF65F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65F0; }
p { color: rgb(255,101,240); }
H1.HeaderClassName
{
color: #FF65F0;
}
.AnyTagClassName
{
color: #FF65F0;
}
</style>
background-color css
<style>
a { background-color: #FF65F0; }
a { background-color: rgb(255,101,240); }
div.DivClassName
{
background-color: #FF65F0;
}
.BgClassName
{
background-color: #FF65F0;
}
</style>
border-color css
<style>
span { border-color: #FF65F0; }
span { border-color: rgb(255,101,240); }
td.TdClassName
{
border-color: #FF65F0;
}
.TagClassName
{
border-color: #FF65F0;
}
</style>