Shades of Pink Flamingo #FF6AF1
Tints of Pink Flamingo #FF6AF1
RGB
CMYK
RGB Variations
Color information
#FF6AF1 (or 0xFF6AF1) is known color: Pink Flamingo. HEX triplet: FF, 6A and F1. RGB value is (255,106,241). Sum of RGB (Red+Green+Blue) = 255+106+241=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 106 (41.80% from 255 or 17.61% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AF1 is #00950E. Grayscale: #A5A5A5. Windows color (decimal): -38159 or 15821567. OLE color: 15821567.
HSL color Cylindrical-coordinate representation of color #FF6AF1: hue angle of 305.64º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6AF1 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 241 | - |
| CMYK | 0 | 0.58 | 0.05 | 0 |
| HSL | 305.64º | 1% | 0.71% | - |
| HSV(B) | 305.64º | 0.58% | 1% | - |
| XYZ | 62.27 | 37.92 | 87.26 | - |
| YUV | 165.94 | 170.36 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 241 | 0 | 0.58 | 0.05 | 0 | 305.64 | 1 | 0.71 |
| Hex | FF | 6A | F1 | 0 | 3A | 5 | 0 | 132 | 64 | 47 |
| Octal | 377 | 152 | 361 | 0 | 72 | 5 | 0 | 462 | 144 | 107 |
| Binary | 11111111 | 1101010 | 11110001 | 0 | 111010 | 101 | 0 | 100110010 | 1100100 | 1000111 |
Color Harmonies of #FF6AF1
Complementary color
Monochromatic Colors of #FF6AF1
Black with #FF6AF1
Text Example
Text Example
White with #FF6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6AF1; }
p { color: rgb(255,106,241); }
H1.HeaderClassName
{
color: #FF6AF1;
}
.AnyTagClassName
{
color: #FF6AF1;
}
</style>
background-color css
<style>
a { background-color: #FF6AF1; }
a { background-color: rgb(255,106,241); }
div.DivClassName
{
background-color: #FF6AF1;
}
.BgClassName
{
background-color: #FF6AF1;
}
</style>
border-color css
<style>
span { border-color: #FF6AF1; }
span { border-color: rgb(255,106,241); }
td.TdClassName
{
border-color: #FF6AF1;
}
.TagClassName
{
border-color: #FF6AF1;
}
</style>