Shades of Pink Flamingo #F636FC
Tints of Pink Flamingo #F636FC
RGB
CMYK
RGB Variations
Color information
#F636FC (or 0xF636FC) is known color: Pink Flamingo. HEX triplet: F6, 36 and FC. RGB value is (246,54,252). Sum of RGB (Red+Green+Blue) = 246+54+252=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 54 (21.48% from 255 or 9.78% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #F636FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F636FC is #09C903. Grayscale: #858585. Windows color (decimal): -641284 or 16529142. OLE color: 16529142.
HSL color Cylindrical-coordinate representation of color #F636FC: hue angle of 298.18º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F636FC is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 54 | 252 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.01 |
| HSL | 298.18º | 0.97% | 0.6% | - |
| HSV(B) | 298.18º | 0.79% | 0.99% | - |
| XYZ | 56.9 | 29.26 | 94.74 | - |
| YUV | 133.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 252 | 0.02 | 0.79 | 0 | 0.01 | 298.18 | 0.97 | 0.6 |
| Hex | F6 | 36 | FC | 2 | 4F | 0 | 1 | 12A | 61 | 3C |
| Octal | 366 | 66 | 374 | 2 | 117 | 0 | 1 | 452 | 141 | 74 |
| Binary | 11110110 | 110110 | 11111100 | 10 | 1001111 | 0 | 1 | 100101010 | 1100001 | 111100 |
Color Harmonies of #F636FC
Complementary color
Monochromatic Colors of #F636FC
Black with #F636FC
Text Example
Text Example
White with #F636FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F636FC; }
p { color: rgb(246,54,252); }
H1.HeaderClassName
{
color: #F636FC;
}
.AnyTagClassName
{
color: #F636FC;
}
</style>
background-color css
<style>
a { background-color: #F636FC; }
a { background-color: rgb(246,54,252); }
div.DivClassName
{
background-color: #F636FC;
}
.BgClassName
{
background-color: #F636FC;
}
</style>
border-color css
<style>
span { border-color: #F636FC; }
span { border-color: rgb(246,54,252); }
td.TdClassName
{
border-color: #F636FC;
}
.TagClassName
{
border-color: #F636FC;
}
</style>