Shades of Pink Flamingo #F065F8
Tints of Pink Flamingo #F065F8
RGB
CMYK
RGB Variations
Color information
#F065F8 (or 0xF065F8) is known color: Pink Flamingo. HEX triplet: F0, 65 and F8. RGB value is (240,101,248). Sum of RGB (Red+Green+Blue) = 240+101+248=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #F065F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065F8 is #0F9A07. Grayscale: #9E9E9E. Windows color (decimal): -1022472 or 16279024. OLE color: 16279024.
HSL color Cylindrical-coordinate representation of color #F065F8: hue angle of 296.73º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F065F8 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 101 | 248 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.03 |
| HSL | 296.73º | 0.91% | 0.68% | - |
| HSV(B) | 296.73º | 0.59% | 0.97% | - |
| XYZ | 57.53 | 34.61 | 92.46 | - |
| YUV | 159.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 248 | 0.03 | 0.59 | 0 | 0.03 | 296.73 | 0.91 | 0.68 |
| Hex | F0 | 65 | F8 | 3 | 3B | 0 | 3 | 129 | 5B | 44 |
| Octal | 360 | 145 | 370 | 3 | 73 | 0 | 3 | 451 | 133 | 104 |
| Binary | 11110000 | 1100101 | 11111000 | 11 | 111011 | 0 | 11 | 100101001 | 1011011 | 1000100 |
Color Harmonies of #F065F8
Complementary color
Monochromatic Colors of #F065F8
Black with #F065F8
Text Example
Text Example
White with #F065F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065F8; }
p { color: rgb(240,101,248); }
H1.HeaderClassName
{
color: #F065F8;
}
.AnyTagClassName
{
color: #F065F8;
}
</style>
background-color css
<style>
a { background-color: #F065F8; }
a { background-color: rgb(240,101,248); }
div.DivClassName
{
background-color: #F065F8;
}
.BgClassName
{
background-color: #F065F8;
}
</style>
border-color css
<style>
span { border-color: #F065F8; }
span { border-color: rgb(240,101,248); }
td.TdClassName
{
border-color: #F065F8;
}
.TagClassName
{
border-color: #F065F8;
}
</style>