Shades of Pink Flamingo #F066FD
Tints of Pink Flamingo #F066FD
RGB
CMYK
RGB Variations
Color information
#F066FD (or 0xF066FD) is known color: Pink Flamingo. HEX triplet: F0, 66 and FD. RGB value is (240,102,253). Sum of RGB (Red+Green+Blue) = 240+102+253=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 102 (40.23% from 255 or 17.14% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #F066FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066FD is #0F9902. Grayscale: #A0A0A0. Windows color (decimal): -1022211 or 16606960. OLE color: 16606960.
HSL color Cylindrical-coordinate representation of color #F066FD: hue angle of 294.83º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F066FD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 102 | 253 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.01 |
| HSL | 294.83º | 0.97% | 0.7% | - |
| HSV(B) | 294.83º | 0.6% | 0.99% | - |
| XYZ | 58.42 | 35.12 | 96.63 | - |
| YUV | 160.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 253 | 0.05 | 0.60 | 0 | 0.01 | 294.83 | 0.97 | 0.7 |
| Hex | F0 | 66 | FD | 5 | 3C | 0 | 1 | 127 | 61 | 46 |
| Octal | 360 | 146 | 375 | 5 | 74 | 0 | 1 | 447 | 141 | 106 |
| Binary | 11110000 | 1100110 | 11111101 | 101 | 111100 | 0 | 1 | 100100111 | 1100001 | 1000110 |
Color Harmonies of #F066FD
Complementary color
Monochromatic Colors of #F066FD
Black with #F066FD
Text Example
Text Example
White with #F066FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066FD; }
p { color: rgb(240,102,253); }
H1.HeaderClassName
{
color: #F066FD;
}
.AnyTagClassName
{
color: #F066FD;
}
</style>
background-color css
<style>
a { background-color: #F066FD; }
a { background-color: rgb(240,102,253); }
div.DivClassName
{
background-color: #F066FD;
}
.BgClassName
{
background-color: #F066FD;
}
</style>
border-color css
<style>
span { border-color: #F066FD; }
span { border-color: rgb(240,102,253); }
td.TdClassName
{
border-color: #F066FD;
}
.TagClassName
{
border-color: #F066FD;
}
</style>