Shades of Pink Flamingo #FF69FC
Tints of Pink Flamingo #FF69FC
RGB
CMYK
RGB Variations
Color information
#FF69FC (or 0xFF69FC) is known color: Pink Flamingo. HEX triplet: FF, 69 and FC. RGB value is (255,105,252). Sum of RGB (Red+Green+Blue) = 255+105+252=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 105 (41.41% from 255 or 17.16% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF69FC is #009603. Grayscale: #A6A6A6. Windows color (decimal): -38404 or 16542207. OLE color: 16542207.
HSL color Cylindrical-coordinate representation of color #FF69FC: hue angle of 301.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69FC is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 252 | - |
| CMYK | 0 | 0.59 | 0.01 | 0 |
| HSL | 301.2º | 1% | 0.71% | - |
| HSV(B) | 301.2º | 0.59% | 1% | - |
| XYZ | 63.86 | 38.39 | 96.14 | - |
| YUV | 166.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 252 | 0 | 0.59 | 0.01 | 0 | 301.2 | 1 | 0.71 |
| Hex | FF | 69 | FC | 0 | 3B | 1 | 0 | 12D | 64 | 47 |
| Octal | 377 | 151 | 374 | 0 | 73 | 1 | 0 | 455 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11111100 | 0 | 111011 | 1 | 0 | 100101101 | 1100100 | 1000111 |
Color Harmonies of #FF69FC
Complementary color
Monochromatic Colors of #FF69FC
Black with #FF69FC
Text Example
Text Example
White with #FF69FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69FC; }
p { color: rgb(255,105,252); }
H1.HeaderClassName
{
color: #FF69FC;
}
.AnyTagClassName
{
color: #FF69FC;
}
</style>
background-color css
<style>
a { background-color: #FF69FC; }
a { background-color: rgb(255,105,252); }
div.DivClassName
{
background-color: #FF69FC;
}
.BgClassName
{
background-color: #FF69FC;
}
</style>
border-color css
<style>
span { border-color: #FF69FC; }
span { border-color: rgb(255,105,252); }
td.TdClassName
{
border-color: #FF69FC;
}
.TagClassName
{
border-color: #FF69FC;
}
</style>