Shades of Pink Flamingo #FF67FA
Tints of Pink Flamingo #FF67FA
RGB
CMYK
RGB Variations
Color information
#FF67FA (or 0xFF67FA) is known color: Pink Flamingo. HEX triplet: FF, 67 and FA. RGB value is (255,103,250). Sum of RGB (Red+Green+Blue) = 255+103+250=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 103 (40.62% from 255 or 16.94% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67FA is #009805. Grayscale: #A4A4A4. Windows color (decimal): -38918 or 16410623. OLE color: 16410623.
HSL color Cylindrical-coordinate representation of color #FF67FA: hue angle of 301.97º 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 #FF67FA is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 250 | - |
| CMYK | 0 | 0.60 | 0.02 | 0 |
| HSL | 301.97º | 1% | 0.7% | - |
| HSV(B) | 301.97º | 0.6% | 1% | - |
| XYZ | 63.35 | 37.86 | 94.41 | - |
| YUV | 165.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 250 | 0 | 0.60 | 0.02 | 0 | 301.97 | 1 | 0.7 |
| Hex | FF | 67 | FA | 0 | 3C | 2 | 0 | 12E | 64 | 46 |
| Octal | 377 | 147 | 372 | 0 | 74 | 2 | 0 | 456 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11111010 | 0 | 111100 | 10 | 0 | 100101110 | 1100100 | 1000110 |
Color Harmonies of #FF67FA
Complementary color
Monochromatic Colors of #FF67FA
Black with #FF67FA
Text Example
Text Example
White with #FF67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67FA; }
p { color: rgb(255,103,250); }
H1.HeaderClassName
{
color: #FF67FA;
}
.AnyTagClassName
{
color: #FF67FA;
}
</style>
background-color css
<style>
a { background-color: #FF67FA; }
a { background-color: rgb(255,103,250); }
div.DivClassName
{
background-color: #FF67FA;
}
.BgClassName
{
background-color: #FF67FA;
}
</style>
border-color css
<style>
span { border-color: #FF67FA; }
span { border-color: rgb(255,103,250); }
td.TdClassName
{
border-color: #FF67FA;
}
.TagClassName
{
border-color: #FF67FA;
}
</style>