Shades of Pink Flamingo #FF65F1
Tints of Pink Flamingo #FF65F1
RGB
CMYK
RGB Variations
Color information
#FF65F1 (or 0xFF65F1) is known color: Pink Flamingo. HEX triplet: FF, 65 and F1. RGB value is (255,101,241). Sum of RGB (Red+Green+Blue) = 255+101+241=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 101 (39.84% from 255 or 16.92% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65F1 is #009A0E. Grayscale: #A2A2A2. Windows color (decimal): -39439 or 15820287. OLE color: 15820287.
HSL color Cylindrical-coordinate representation of color #FF65F1: hue angle of 305.45º 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 #FF65F1 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 241 | - |
| CMYK | 0 | 0.60 | 0.05 | 0 |
| HSL | 305.45º | 1% | 0.7% | - |
| HSV(B) | 305.45º | 0.6% | 1% | - |
| XYZ | 61.77 | 36.92 | 87.09 | - |
| YUV | 163.01 | 172.02 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 241 | 0 | 0.60 | 0.05 | 0 | 305.45 | 1 | 0.7 |
| Hex | FF | 65 | F1 | 0 | 3C | 5 | 0 | 131 | 64 | 46 |
| Octal | 377 | 145 | 361 | 0 | 74 | 5 | 0 | 461 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11110001 | 0 | 111100 | 101 | 0 | 100110001 | 1100100 | 1000110 |
Color Harmonies of #FF65F1
Complementary color
Monochromatic Colors of #FF65F1
Black with #FF65F1
Text Example
Text Example
White with #FF65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65F1; }
p { color: rgb(255,101,241); }
H1.HeaderClassName
{
color: #FF65F1;
}
.AnyTagClassName
{
color: #FF65F1;
}
</style>
background-color css
<style>
a { background-color: #FF65F1; }
a { background-color: rgb(255,101,241); }
div.DivClassName
{
background-color: #FF65F1;
}
.BgClassName
{
background-color: #FF65F1;
}
</style>
border-color css
<style>
span { border-color: #FF65F1; }
span { border-color: rgb(255,101,241); }
td.TdClassName
{
border-color: #FF65F1;
}
.TagClassName
{
border-color: #FF65F1;
}
</style>