Shades of Pink Flamingo #FF61F1
Tints of Pink Flamingo #FF61F1
RGB
CMYK
RGB Variations
Color information
#FF61F1 (or 0xFF61F1) is known color: Pink Flamingo. HEX triplet: FF, 61 and F1. RGB value is (255,97,241). Sum of RGB (Red+Green+Blue) = 255+97+241=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 97 (38.28% from 255 or 16.36% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF61F1 is #009E0E. Grayscale: #A0A0A0. Windows color (decimal): -40463 or 15819263. OLE color: 15819263.
HSL color Cylindrical-coordinate representation of color #FF61F1: hue angle of 305.32º 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 #FF61F1 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 241 | - |
| CMYK | 0 | 0.62 | 0.05 | 0 |
| HSL | 305.32º | 1% | 0.69% | - |
| HSV(B) | 305.32º | 0.62% | 1% | - |
| XYZ | 61.39 | 36.16 | 86.96 | - |
| YUV | 160.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 241 | 0 | 0.62 | 0.05 | 0 | 305.32 | 1 | 0.69 |
| Hex | FF | 61 | F1 | 0 | 3E | 5 | 0 | 131 | 64 | 45 |
| Octal | 377 | 141 | 361 | 0 | 76 | 5 | 0 | 461 | 144 | 105 |
| Binary | 11111111 | 1100001 | 11110001 | 0 | 111110 | 101 | 0 | 100110001 | 1100100 | 1000101 |
Color Harmonies of #FF61F1
Complementary color
Monochromatic Colors of #FF61F1
Black with #FF61F1
Text Example
Text Example
White with #FF61F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61F1; }
p { color: rgb(255,97,241); }
H1.HeaderClassName
{
color: #FF61F1;
}
.AnyTagClassName
{
color: #FF61F1;
}
</style>
background-color css
<style>
a { background-color: #FF61F1; }
a { background-color: rgb(255,97,241); }
div.DivClassName
{
background-color: #FF61F1;
}
.BgClassName
{
background-color: #FF61F1;
}
</style>
border-color css
<style>
span { border-color: #FF61F1; }
span { border-color: rgb(255,97,241); }
td.TdClassName
{
border-color: #FF61F1;
}
.TagClassName
{
border-color: #FF61F1;
}
</style>