Shades of Pink Flamingo #FF6AF2
Tints of Pink Flamingo #FF6AF2
RGB
CMYK
RGB Variations
Color information
#FF6AF2 (or 0xFF6AF2) is known color: Pink Flamingo. HEX triplet: FF, 6A and F2. RGB value is (255,106,242). Sum of RGB (Red+Green+Blue) = 255+106+242=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 106 (41.80% from 255 or 17.58% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AF2 is #00950D. Grayscale: #A5A5A5. Windows color (decimal): -38158 or 15887103. OLE color: 15887103.
HSL color Cylindrical-coordinate representation of color #FF6AF2: hue angle of 305.23º 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 #FF6AF2 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 242 | - |
| CMYK | 0 | 0.58 | 0.05 | 0 |
| HSL | 305.23º | 1% | 0.71% | - |
| HSV(B) | 305.23º | 0.58% | 1% | - |
| XYZ | 62.42 | 37.98 | 88.05 | - |
| YUV | 166.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 242 | 0 | 0.58 | 0.05 | 0 | 305.23 | 1 | 0.71 |
| Hex | FF | 6A | F2 | 0 | 3A | 5 | 0 | 131 | 64 | 47 |
| Octal | 377 | 152 | 362 | 0 | 72 | 5 | 0 | 461 | 144 | 107 |
| Binary | 11111111 | 1101010 | 11110010 | 0 | 111010 | 101 | 0 | 100110001 | 1100100 | 1000111 |
Color Harmonies of #FF6AF2
Complementary color
Monochromatic Colors of #FF6AF2
Black with #FF6AF2
Text Example
Text Example
White with #FF6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6AF2; }
p { color: rgb(255,106,242); }
H1.HeaderClassName
{
color: #FF6AF2;
}
.AnyTagClassName
{
color: #FF6AF2;
}
</style>
background-color css
<style>
a { background-color: #FF6AF2; }
a { background-color: rgb(255,106,242); }
div.DivClassName
{
background-color: #FF6AF2;
}
.BgClassName
{
background-color: #FF6AF2;
}
</style>
border-color css
<style>
span { border-color: #FF6AF2; }
span { border-color: rgb(255,106,242); }
td.TdClassName
{
border-color: #FF6AF2;
}
.TagClassName
{
border-color: #FF6AF2;
}
</style>