Shades of Pink Flamingo #FF67F4
Tints of Pink Flamingo #FF67F4
RGB
CMYK
RGB Variations
Color information
#FF67F4 (or 0xFF67F4) is known color: Pink Flamingo. HEX triplet: FF, 67 and F4. RGB value is (255,103,244). Sum of RGB (Red+Green+Blue) = 255+103+244=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 103 (40.62% from 255 or 17.11% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67F4 is #00980B. Grayscale: #A4A4A4. Windows color (decimal): -38924 or 16017407. OLE color: 16017407.
HSL color Cylindrical-coordinate representation of color #FF67F4: hue angle of 304.34º 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 #FF67F4 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 244 | - |
| CMYK | 0 | 0.60 | 0.04 | 0 |
| HSL | 304.34º | 1% | 0.7% | - |
| HSV(B) | 304.34º | 0.6% | 1% | - |
| XYZ | 62.42 | 37.49 | 89.53 | - |
| YUV | 164.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 244 | 0 | 0.60 | 0.04 | 0 | 304.34 | 1 | 0.7 |
| Hex | FF | 67 | F4 | 0 | 3C | 4 | 0 | 130 | 64 | 46 |
| Octal | 377 | 147 | 364 | 0 | 74 | 4 | 0 | 460 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11110100 | 0 | 111100 | 100 | 0 | 100110000 | 1100100 | 1000110 |
Color Harmonies of #FF67F4
Complementary color
Monochromatic Colors of #FF67F4
Black with #FF67F4
Text Example
Text Example
White with #FF67F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67F4; }
p { color: rgb(255,103,244); }
H1.HeaderClassName
{
color: #FF67F4;
}
.AnyTagClassName
{
color: #FF67F4;
}
</style>
background-color css
<style>
a { background-color: #FF67F4; }
a { background-color: rgb(255,103,244); }
div.DivClassName
{
background-color: #FF67F4;
}
.BgClassName
{
background-color: #FF67F4;
}
</style>
border-color css
<style>
span { border-color: #FF67F4; }
span { border-color: rgb(255,103,244); }
td.TdClassName
{
border-color: #FF67F4;
}
.TagClassName
{
border-color: #FF67F4;
}
</style>