Shades of Pink Flamingo #FF66F0
Tints of Pink Flamingo #FF66F0
RGB
CMYK
RGB Variations
Color information
#FF66F0 (or 0xFF66F0) is known color: Pink Flamingo. HEX triplet: FF, 66 and F0. RGB value is (255,102,240). Sum of RGB (Red+Green+Blue) = 255+102+240=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 102 (40.23% from 255 or 17.09% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66F0 is #00990F. Grayscale: #A3A3A3. Windows color (decimal): -39184 or 15755007. OLE color: 15755007.
HSL color Cylindrical-coordinate representation of color #FF66F0: hue angle of 305.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66F0 is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 240 | - |
| CMYK | 0 | 0.6 | 0.06 | 0 |
| HSL | 305.88º | 1% | 0.7% | - |
| HSV(B) | 305.88º | 0.6% | 1% | - |
| XYZ | 61.72 | 37.05 | 86.34 | - |
| YUV | 163.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 240 | 0 | 0.6 | 0.06 | 0 | 305.88 | 1 | 0.7 |
| Hex | FF | 66 | F0 | 0 | 3C | 6 | 0 | 132 | 64 | 46 |
| Octal | 377 | 146 | 360 | 0 | 74 | 6 | 0 | 462 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11110000 | 0 | 111100 | 110 | 0 | 100110010 | 1100100 | 1000110 |
Color Harmonies of #FF66F0
Complementary color
Monochromatic Colors of #FF66F0
Black with #FF66F0
Text Example
Text Example
White with #FF66F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66F0; }
p { color: rgb(255,102,240); }
H1.HeaderClassName
{
color: #FF66F0;
}
.AnyTagClassName
{
color: #FF66F0;
}
</style>
background-color css
<style>
a { background-color: #FF66F0; }
a { background-color: rgb(255,102,240); }
div.DivClassName
{
background-color: #FF66F0;
}
.BgClassName
{
background-color: #FF66F0;
}
</style>
border-color css
<style>
span { border-color: #FF66F0; }
span { border-color: rgb(255,102,240); }
td.TdClassName
{
border-color: #FF66F0;
}
.TagClassName
{
border-color: #FF66F0;
}
</style>