Shades of Pink Flamingo #FF67FD
Tints of Pink Flamingo #FF67FD
RGB
CMYK
RGB Variations
Color information
#FF67FD (or 0xFF67FD) is known color: Pink Flamingo. HEX triplet: FF, 67 and FD. RGB value is (255,103,253). Sum of RGB (Red+Green+Blue) = 255+103+253=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 103 (40.62% from 255 or 16.86% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67FD is #009802. Grayscale: #A5A5A5. Windows color (decimal): -38915 or 16607231. OLE color: 16607231.
HSL color Cylindrical-coordinate representation of color #FF67FD: hue angle of 300.79º 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 #FF67FD is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 253 | - |
| CMYK | 0 | 0.60 | 0.01 | 0 |
| HSL | 300.79º | 1% | 0.7% | - |
| HSV(B) | 300.79º | 0.6% | 1% | - |
| XYZ | 63.82 | 38.05 | 96.91 | - |
| YUV | 165.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 253 | 0 | 0.60 | 0.01 | 0 | 300.79 | 1 | 0.7 |
| Hex | FF | 67 | FD | 0 | 3C | 1 | 0 | 12D | 64 | 46 |
| Octal | 377 | 147 | 375 | 0 | 74 | 1 | 0 | 455 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11111101 | 0 | 111100 | 1 | 0 | 100101101 | 1100100 | 1000110 |
Color Harmonies of #FF67FD
Complementary color
Monochromatic Colors of #FF67FD
Black with #FF67FD
Text Example
Text Example
White with #FF67FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67FD; }
p { color: rgb(255,103,253); }
H1.HeaderClassName
{
color: #FF67FD;
}
.AnyTagClassName
{
color: #FF67FD;
}
</style>
background-color css
<style>
a { background-color: #FF67FD; }
a { background-color: rgb(255,103,253); }
div.DivClassName
{
background-color: #FF67FD;
}
.BgClassName
{
background-color: #FF67FD;
}
</style>
border-color css
<style>
span { border-color: #FF67FD; }
span { border-color: rgb(255,103,253); }
td.TdClassName
{
border-color: #FF67FD;
}
.TagClassName
{
border-color: #FF67FD;
}
</style>