Shades of Pink Flamingo #F634FF
Tints of Pink Flamingo #F634FF
RGB
CMYK
RGB Variations
Color information
#F634FF (or 0xF634FF) is known color: Pink Flamingo. HEX triplet: F6, 34 and FF. RGB value is (246,52,255). Sum of RGB (Red+Green+Blue) = 246+52+255=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 52 (20.70% from 255 or 9.40% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #F634FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F634FF is #09CB00. Grayscale: #848484. Windows color (decimal): -641793 or 16725238. OLE color: 16725238.
HSL color Cylindrical-coordinate representation of color #F634FF: hue angle of 297.34º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F634FF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 52 | 255 | - |
| CMYK | 0.04 | 0.80 | 0 | 0 |
| HSL | 297.34º | 1% | 0.6% | - |
| HSV(B) | 297.34º | 0.8% | 1% | - |
| XYZ | 57.28 | 29.27 | 97.24 | - |
| YUV | 133.15 | 196.77 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 255 | 0.04 | 0.80 | 0 | 0 | 297.34 | 1 | 0.6 |
| Hex | F6 | 34 | FF | 4 | 50 | 0 | 0 | 129 | 64 | 3C |
| Octal | 366 | 64 | 377 | 4 | 120 | 0 | 0 | 451 | 144 | 74 |
| Binary | 11110110 | 110100 | 11111111 | 100 | 1010000 | 0 | 0 | 100101001 | 1100100 | 111100 |
Color Harmonies of #F634FF
Complementary color
Monochromatic Colors of #F634FF
Black with #F634FF
Text Example
Text Example
White with #F634FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F634FF; }
p { color: rgb(246,52,255); }
H1.HeaderClassName
{
color: #F634FF;
}
.AnyTagClassName
{
color: #F634FF;
}
</style>
background-color css
<style>
a { background-color: #F634FF; }
a { background-color: rgb(246,52,255); }
div.DivClassName
{
background-color: #F634FF;
}
.BgClassName
{
background-color: #F634FF;
}
</style>
border-color css
<style>
span { border-color: #F634FF; }
span { border-color: rgb(246,52,255); }
td.TdClassName
{
border-color: #F634FF;
}
.TagClassName
{
border-color: #F634FF;
}
</style>