Shades of Pink Flamingo #FF68F4
Tints of Pink Flamingo #FF68F4
RGB
CMYK
RGB Variations
Color information
#FF68F4 (or 0xFF68F4) is known color: Pink Flamingo. HEX triplet: FF, 68 and F4. RGB value is (255,104,244). Sum of RGB (Red+Green+Blue) = 255+104+244=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 104 (41.02% from 255 or 17.25% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF68F4 is #00970B. Grayscale: #A4A4A4. Windows color (decimal): -38668 or 16017663. OLE color: 16017663.
HSL color Cylindrical-coordinate representation of color #FF68F4: hue angle of 304.37º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF68F4 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 244 | - |
| CMYK | 0 | 0.59 | 0.04 | 0 |
| HSL | 304.37º | 1% | 0.7% | - |
| HSV(B) | 304.37º | 0.59% | 1% | - |
| XYZ | 62.52 | 37.69 | 89.57 | - |
| YUV | 165.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 244 | 0 | 0.59 | 0.04 | 0 | 304.37 | 1 | 0.7 |
| Hex | FF | 68 | F4 | 0 | 3B | 4 | 0 | 130 | 64 | 46 |
| Octal | 377 | 150 | 364 | 0 | 73 | 4 | 0 | 460 | 144 | 106 |
| Binary | 11111111 | 1101000 | 11110100 | 0 | 111011 | 100 | 0 | 100110000 | 1100100 | 1000110 |
Color Harmonies of #FF68F4
Complementary color
Monochromatic Colors of #FF68F4
Black with #FF68F4
Text Example
Text Example
White with #FF68F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68F4; }
p { color: rgb(255,104,244); }
H1.HeaderClassName
{
color: #FF68F4;
}
.AnyTagClassName
{
color: #FF68F4;
}
</style>
background-color css
<style>
a { background-color: #FF68F4; }
a { background-color: rgb(255,104,244); }
div.DivClassName
{
background-color: #FF68F4;
}
.BgClassName
{
background-color: #FF68F4;
}
</style>
border-color css
<style>
span { border-color: #FF68F4; }
span { border-color: rgb(255,104,244); }
td.TdClassName
{
border-color: #FF68F4;
}
.TagClassName
{
border-color: #FF68F4;
}
</style>