Shades of Pink Flamingo #F63CFB
Tints of Pink Flamingo #F63CFB
RGB
CMYK
RGB Variations
Color information
#F63CFB (or 0xF63CFB) is known color: Pink Flamingo. HEX triplet: F6, 3C and FB. RGB value is (246,60,251). Sum of RGB (Red+Green+Blue) = 246+60+251=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 60 (23.83% from 255 or 10.77% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #F63CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63CFB is #09C304. Grayscale: #888888. Windows color (decimal): -639749 or 16465142. OLE color: 16465142.
HSL color Cylindrical-coordinate representation of color #F63CFB: hue angle of 298.43º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63CFB is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 60 | 251 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.02 |
| HSL | 298.43º | 0.96% | 0.61% | - |
| HSV(B) | 298.43º | 0.76% | 0.98% | - |
| XYZ | 57.03 | 29.79 | 94.01 | - |
| YUV | 137.39 | 192.12 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 251 | 0.02 | 0.76 | 0 | 0.02 | 298.43 | 0.96 | 0.61 |
| Hex | F6 | 3C | FB | 2 | 4C | 0 | 2 | 12A | 60 | 3D |
| Octal | 366 | 74 | 373 | 2 | 114 | 0 | 2 | 452 | 140 | 75 |
| Binary | 11110110 | 111100 | 11111011 | 10 | 1001100 | 0 | 10 | 100101010 | 1100000 | 111101 |
Color Harmonies of #F63CFB
Complementary color
Monochromatic Colors of #F63CFB
Black with #F63CFB
Text Example
Text Example
White with #F63CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CFB; }
p { color: rgb(246,60,251); }
H1.HeaderClassName
{
color: #F63CFB;
}
.AnyTagClassName
{
color: #F63CFB;
}
</style>
background-color css
<style>
a { background-color: #F63CFB; }
a { background-color: rgb(246,60,251); }
div.DivClassName
{
background-color: #F63CFB;
}
.BgClassName
{
background-color: #F63CFB;
}
</style>
border-color css
<style>
span { border-color: #F63CFB; }
span { border-color: rgb(246,60,251); }
td.TdClassName
{
border-color: #F63CFB;
}
.TagClassName
{
border-color: #F63CFB;
}
</style>