Shades of Pink Flamingo #FF61F3
Tints of Pink Flamingo #FF61F3
RGB
CMYK
RGB Variations
Color information
#FF61F3 (or 0xFF61F3) is known color: Pink Flamingo. HEX triplet: FF, 61 and F3. RGB value is (255,97,243). Sum of RGB (Red+Green+Blue) = 255+97+243=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 97 (38.28% from 255 or 16.30% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF61F3 is #009E0C. Grayscale: #A0A0A0. Windows color (decimal): -40461 or 15950335. OLE color: 15950335.
HSL color Cylindrical-coordinate representation of color #FF61F3: hue angle of 304.56º 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 #FF61F3 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 243 | - |
| CMYK | 0 | 0.62 | 0.05 | 0 |
| HSL | 304.56º | 1% | 0.69% | - |
| HSV(B) | 304.56º | 0.62% | 1% | - |
| XYZ | 61.69 | 36.28 | 88.55 | - |
| YUV | 160.89 | 174.35 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 243 | 0 | 0.62 | 0.05 | 0 | 304.56 | 1 | 0.69 |
| Hex | FF | 61 | F3 | 0 | 3E | 5 | 0 | 131 | 64 | 45 |
| Octal | 377 | 141 | 363 | 0 | 76 | 5 | 0 | 461 | 144 | 105 |
| Binary | 11111111 | 1100001 | 11110011 | 0 | 111110 | 101 | 0 | 100110001 | 1100100 | 1000101 |
Color Harmonies of #FF61F3
Complementary color
Monochromatic Colors of #FF61F3
Black with #FF61F3
Text Example
Text Example
White with #FF61F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61F3; }
p { color: rgb(255,97,243); }
H1.HeaderClassName
{
color: #FF61F3;
}
.AnyTagClassName
{
color: #FF61F3;
}
</style>
background-color css
<style>
a { background-color: #FF61F3; }
a { background-color: rgb(255,97,243); }
div.DivClassName
{
background-color: #FF61F3;
}
.BgClassName
{
background-color: #FF61F3;
}
</style>
border-color css
<style>
span { border-color: #FF61F3; }
span { border-color: rgb(255,97,243); }
td.TdClassName
{
border-color: #FF61F3;
}
.TagClassName
{
border-color: #FF61F3;
}
</style>