Shades of Pink Flamingo #FF67F2
Tints of Pink Flamingo #FF67F2
RGB
CMYK
RGB Variations
Color information
#FF67F2 (or 0xFF67F2) is known color: Pink Flamingo. HEX triplet: FF, 67 and F2. RGB value is (255,103,242). Sum of RGB (Red+Green+Blue) = 255+103+242=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 103 (40.62% from 255 or 17.17% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67F2 is #00980D. Grayscale: #A3A3A3. Windows color (decimal): -38926 or 15886335. OLE color: 15886335.
HSL color Cylindrical-coordinate representation of color #FF67F2: hue angle of 305.13º 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 #FF67F2 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 242 | - |
| CMYK | 0 | 0.60 | 0.05 | 0 |
| HSL | 305.13º | 1% | 0.7% | - |
| HSV(B) | 305.13º | 0.6% | 1% | - |
| XYZ | 62.12 | 37.37 | 87.94 | - |
| YUV | 164.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 242 | 0 | 0.60 | 0.05 | 0 | 305.13 | 1 | 0.7 |
| Hex | FF | 67 | F2 | 0 | 3C | 5 | 0 | 131 | 64 | 46 |
| Octal | 377 | 147 | 362 | 0 | 74 | 5 | 0 | 461 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11110010 | 0 | 111100 | 101 | 0 | 100110001 | 1100100 | 1000110 |
Color Harmonies of #FF67F2
Complementary color
Monochromatic Colors of #FF67F2
Black with #FF67F2
Text Example
Text Example
White with #FF67F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67F2; }
p { color: rgb(255,103,242); }
H1.HeaderClassName
{
color: #FF67F2;
}
.AnyTagClassName
{
color: #FF67F2;
}
</style>
background-color css
<style>
a { background-color: #FF67F2; }
a { background-color: rgb(255,103,242); }
div.DivClassName
{
background-color: #FF67F2;
}
.BgClassName
{
background-color: #FF67F2;
}
</style>
border-color css
<style>
span { border-color: #FF67F2; }
span { border-color: rgb(255,103,242); }
td.TdClassName
{
border-color: #FF67F2;
}
.TagClassName
{
border-color: #FF67F2;
}
</style>