Shades of Pink Flamingo #FF6AF4
Tints of Pink Flamingo #FF6AF4
RGB
CMYK
RGB Variations
Color information
#FF6AF4 (or 0xFF6AF4) is known color: Pink Flamingo. HEX triplet: FF, 6A and F4. RGB value is (255,106,244). Sum of RGB (Red+Green+Blue) = 255+106+244=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 106 (41.80% from 255 or 17.52% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AF4 is #00950B. Grayscale: #A5A5A5. Windows color (decimal): -38156 or 16018175. OLE color: 16018175.
HSL color Cylindrical-coordinate representation of color #FF6AF4: hue angle of 304.43º 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 #FF6AF4 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 244 | - |
| CMYK | 0 | 0.58 | 0.04 | 0 |
| HSL | 304.43º | 1% | 0.71% | - |
| HSV(B) | 304.43º | 0.58% | 1% | - |
| XYZ | 62.72 | 38.1 | 89.64 | - |
| YUV | 166.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 244 | 0 | 0.58 | 0.04 | 0 | 304.43 | 1 | 0.71 |
| Hex | FF | 6A | F4 | 0 | 3A | 4 | 0 | 130 | 64 | 47 |
| Octal | 377 | 152 | 364 | 0 | 72 | 4 | 0 | 460 | 144 | 107 |
| Binary | 11111111 | 1101010 | 11110100 | 0 | 111010 | 100 | 0 | 100110000 | 1100100 | 1000111 |
Color Harmonies of #FF6AF4
Complementary color
Monochromatic Colors of #FF6AF4
Black with #FF6AF4
Text Example
Text Example
White with #FF6AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6AF4; }
p { color: rgb(255,106,244); }
H1.HeaderClassName
{
color: #FF6AF4;
}
.AnyTagClassName
{
color: #FF6AF4;
}
</style>
background-color css
<style>
a { background-color: #FF6AF4; }
a { background-color: rgb(255,106,244); }
div.DivClassName
{
background-color: #FF6AF4;
}
.BgClassName
{
background-color: #FF6AF4;
}
</style>
border-color css
<style>
span { border-color: #FF6AF4; }
span { border-color: rgb(255,106,244); }
td.TdClassName
{
border-color: #FF6AF4;
}
.TagClassName
{
border-color: #FF6AF4;
}
</style>