Shades of Pink Flamingo #F63CFD
Tints of Pink Flamingo #F63CFD
RGB
CMYK
RGB Variations
Color information
#F63CFD (or 0xF63CFD) is known color: Pink Flamingo. HEX triplet: F6, 3C and FD. RGB value is (246,60,253). Sum of RGB (Red+Green+Blue) = 246+60+253=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 60 (23.83% from 255 or 10.73% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #F63CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63CFD is #09C302. Grayscale: #898989. Windows color (decimal): -639747 or 16596214. OLE color: 16596214.
HSL color Cylindrical-coordinate representation of color #F63CFD: hue angle of 297.82º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63CFD is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 60 | 253 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.01 |
| HSL | 297.82º | 0.98% | 0.61% | - |
| HSV(B) | 297.82º | 0.76% | 0.99% | - |
| XYZ | 57.35 | 29.92 | 95.68 | - |
| YUV | 137.62 | 193.12 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 253 | 0.03 | 0.76 | 0 | 0.01 | 297.82 | 0.98 | 0.61 |
| Hex | F6 | 3C | FD | 3 | 4C | 0 | 1 | 12A | 62 | 3D |
| Octal | 366 | 74 | 375 | 3 | 114 | 0 | 1 | 452 | 142 | 75 |
| Binary | 11110110 | 111100 | 11111101 | 11 | 1001100 | 0 | 1 | 100101010 | 1100010 | 111101 |
Color Harmonies of #F63CFD
Complementary color
Monochromatic Colors of #F63CFD
Black with #F63CFD
Text Example
Text Example
White with #F63CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CFD; }
p { color: rgb(246,60,253); }
H1.HeaderClassName
{
color: #F63CFD;
}
.AnyTagClassName
{
color: #F63CFD;
}
</style>
background-color css
<style>
a { background-color: #F63CFD; }
a { background-color: rgb(246,60,253); }
div.DivClassName
{
background-color: #F63CFD;
}
.BgClassName
{
background-color: #F63CFD;
}
</style>
border-color css
<style>
span { border-color: #F63CFD; }
span { border-color: rgb(246,60,253); }
td.TdClassName
{
border-color: #F63CFD;
}
.TagClassName
{
border-color: #F63CFD;
}
</style>