Shades of Pink Flamingo #F25CFD
Tints of Pink Flamingo #F25CFD
RGB
CMYK
RGB Variations
Color information
#F25CFD (or 0xF25CFD) is known color: Pink Flamingo. HEX triplet: F2, 5C and FD. RGB value is (242,92,253). Sum of RGB (Red+Green+Blue) = 242+92+253=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 92 (36.33% from 255 or 15.67% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #F25CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CFD is #0DA302. Grayscale: #9A9A9A. Windows color (decimal): -893699 or 16604402. OLE color: 16604402.
HSL color Cylindrical-coordinate representation of color #F25CFD: hue angle of 295.9º 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 #F25CFD is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 92 | 253 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.01 |
| HSL | 295.9º | 0.98% | 0.68% | - |
| HSV(B) | 295.9º | 0.64% | 0.99% | - |
| XYZ | 58.17 | 33.62 | 96.35 | - |
| YUV | 155.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 253 | 0.04 | 0.64 | 0 | 0.01 | 295.9 | 0.98 | 0.68 |
| Hex | F2 | 5C | FD | 4 | 40 | 0 | 1 | 128 | 62 | 44 |
| Octal | 362 | 134 | 375 | 4 | 100 | 0 | 1 | 450 | 142 | 104 |
| Binary | 11110010 | 1011100 | 11111101 | 100 | 1000000 | 0 | 1 | 100101000 | 1100010 | 1000100 |
Color Harmonies of #F25CFD
Complementary color
Monochromatic Colors of #F25CFD
Black with #F25CFD
Text Example
Text Example
White with #F25CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CFD; }
p { color: rgb(242,92,253); }
H1.HeaderClassName
{
color: #F25CFD;
}
.AnyTagClassName
{
color: #F25CFD;
}
</style>
background-color css
<style>
a { background-color: #F25CFD; }
a { background-color: rgb(242,92,253); }
div.DivClassName
{
background-color: #F25CFD;
}
.BgClassName
{
background-color: #F25CFD;
}
</style>
border-color css
<style>
span { border-color: #F25CFD; }
span { border-color: rgb(242,92,253); }
td.TdClassName
{
border-color: #F25CFD;
}
.TagClassName
{
border-color: #F25CFD;
}
</style>