Shades of Pink Flamingo #F642FF
Tints of Pink Flamingo #F642FF
RGB
CMYK
RGB Variations
Color information
#F642FF (or 0xF642FF) is known color: Pink Flamingo. HEX triplet: F6, 42 and FF. RGB value is (246,66,255). Sum of RGB (Red+Green+Blue) = 246+66+255=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 66 (26.17% from 255 or 11.64% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #F642FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F642FF is #09BD00. Grayscale: #8C8C8C. Windows color (decimal): -638209 or 16728822. OLE color: 16728822.
HSL color Cylindrical-coordinate representation of color #F642FF: hue angle of 297.14º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F642FF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 66 | 255 | - |
| CMYK | 0.04 | 0.74 | 0 | 0 |
| HSL | 297.14º | 1% | 0.63% | - |
| HSV(B) | 297.14º | 0.74% | 1% | - |
| XYZ | 58 | 30.71 | 97.48 | - |
| YUV | 141.37 | 192.13 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 255 | 0.04 | 0.74 | 0 | 0 | 297.14 | 1 | 0.63 |
| Hex | F6 | 42 | FF | 4 | 4A | 0 | 0 | 129 | 64 | 3F |
| Octal | 366 | 102 | 377 | 4 | 112 | 0 | 0 | 451 | 144 | 77 |
| Binary | 11110110 | 1000010 | 11111111 | 100 | 1001010 | 0 | 0 | 100101001 | 1100100 | 111111 |
Color Harmonies of #F642FF
Complementary color
Monochromatic Colors of #F642FF
Black with #F642FF
Text Example
Text Example
White with #F642FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F642FF; }
p { color: rgb(246,66,255); }
H1.HeaderClassName
{
color: #F642FF;
}
.AnyTagClassName
{
color: #F642FF;
}
</style>
background-color css
<style>
a { background-color: #F642FF; }
a { background-color: rgb(246,66,255); }
div.DivClassName
{
background-color: #F642FF;
}
.BgClassName
{
background-color: #F642FF;
}
</style>
border-color css
<style>
span { border-color: #F642FF; }
span { border-color: rgb(246,66,255); }
td.TdClassName
{
border-color: #F642FF;
}
.TagClassName
{
border-color: #F642FF;
}
</style>