Shades of Pink Flamingo #F65CFD
Tints of Pink Flamingo #F65CFD
RGB
CMYK
RGB Variations
Color information
#F65CFD (or 0xF65CFD) is known color: Pink Flamingo. HEX triplet: F6, 5C and FD. RGB value is (246,92,253). Sum of RGB (Red+Green+Blue) = 246+92+253=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 92 (36.33% from 255 or 15.57% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #F65CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65CFD is #09A302. Grayscale: #9B9B9B. Windows color (decimal): -631555 or 16604406. OLE color: 16604406.
HSL color Cylindrical-coordinate representation of color #F65CFD: hue angle of 297.39º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65CFD is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 92 | 253 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.01 |
| HSL | 297.39º | 0.98% | 0.68% | - |
| HSV(B) | 297.39º | 0.64% | 0.99% | - |
| XYZ | 59.56 | 34.34 | 96.42 | - |
| YUV | 156.4 | 182.52 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 253 | 0.03 | 0.64 | 0 | 0.01 | 297.39 | 0.98 | 0.68 |
| Hex | F6 | 5C | FD | 3 | 40 | 0 | 1 | 129 | 62 | 44 |
| Octal | 366 | 134 | 375 | 3 | 100 | 0 | 1 | 451 | 142 | 104 |
| Binary | 11110110 | 1011100 | 11111101 | 11 | 1000000 | 0 | 1 | 100101001 | 1100010 | 1000100 |
Color Harmonies of #F65CFD
Complementary color
Monochromatic Colors of #F65CFD
Black with #F65CFD
Text Example
Text Example
White with #F65CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CFD; }
p { color: rgb(246,92,253); }
H1.HeaderClassName
{
color: #F65CFD;
}
.AnyTagClassName
{
color: #F65CFD;
}
</style>
background-color css
<style>
a { background-color: #F65CFD; }
a { background-color: rgb(246,92,253); }
div.DivClassName
{
background-color: #F65CFD;
}
.BgClassName
{
background-color: #F65CFD;
}
</style>
border-color css
<style>
span { border-color: #F65CFD; }
span { border-color: rgb(246,92,253); }
td.TdClassName
{
border-color: #F65CFD;
}
.TagClassName
{
border-color: #F65CFD;
}
</style>