Shades of Pink Flamingo #FB66F2
Tints of Pink Flamingo #FB66F2
RGB
CMYK
RGB Variations
Color information
#FB66F2 (or 0xFB66F2) is known color: Pink Flamingo. HEX triplet: FB, 66 and F2. RGB value is (251,102,242). Sum of RGB (Red+Green+Blue) = 251+102+242=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 102 (40.23% from 255 or 17.14% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB66F2 is #04990D. Grayscale: #A2A2A2. Windows color (decimal): -301326 or 15886075. OLE color: 15886075.
HSL color Cylindrical-coordinate representation of color #FB66F2: hue angle of 303.62º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66F2 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 242 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.02 |
| HSL | 303.62º | 0.95% | 0.69% | - |
| HSV(B) | 303.62º | 0.59% | 0.98% | - |
| XYZ | 60.56 | 36.42 | 87.84 | - |
| YUV | 162.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 242 | 0 | 0.59 | 0.04 | 0.02 | 303.62 | 0.95 | 0.69 |
| Hex | FB | 66 | F2 | 0 | 3B | 4 | 2 | 130 | 5F | 45 |
| Octal | 373 | 146 | 362 | 0 | 73 | 4 | 2 | 460 | 137 | 105 |
| Binary | 11111011 | 1100110 | 11110010 | 0 | 111011 | 100 | 10 | 100110000 | 1011111 | 1000101 |
Color Harmonies of #FB66F2
Complementary color
Monochromatic Colors of #FB66F2
Black with #FB66F2
Text Example
Text Example
White with #FB66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66F2; }
p { color: rgb(251,102,242); }
H1.HeaderClassName
{
color: #FB66F2;
}
.AnyTagClassName
{
color: #FB66F2;
}
</style>
background-color css
<style>
a { background-color: #FB66F2; }
a { background-color: rgb(251,102,242); }
div.DivClassName
{
background-color: #FB66F2;
}
.BgClassName
{
background-color: #FB66F2;
}
</style>
border-color css
<style>
span { border-color: #FB66F2; }
span { border-color: rgb(251,102,242); }
td.TdClassName
{
border-color: #FB66F2;
}
.TagClassName
{
border-color: #FB66F2;
}
</style>