Shades of Pink Flamingo #F260FD
Tints of Pink Flamingo #F260FD
RGB
CMYK
RGB Variations
Color information
#F260FD (or 0xF260FD) is known color: Pink Flamingo. HEX triplet: F2, 60 and FD. RGB value is (242,96,253). Sum of RGB (Red+Green+Blue) = 242+96+253=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 96 (37.89% from 255 or 16.24% 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 #F260FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F260FD is #0D9F02. Grayscale: #9D9D9D. Windows color (decimal): -892675 or 16605426. OLE color: 16605426.
HSL color Cylindrical-coordinate representation of color #F260FD: hue angle of 295.8º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F260FD is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 96 | 253 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.01 |
| HSL | 295.8º | 0.98% | 0.68% | - |
| HSV(B) | 295.8º | 0.62% | 0.99% | - |
| XYZ | 58.53 | 34.33 | 96.47 | - |
| YUV | 157.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 253 | 0.04 | 0.62 | 0 | 0.01 | 295.8 | 0.98 | 0.68 |
| Hex | F2 | 60 | FD | 4 | 3E | 0 | 1 | 128 | 62 | 44 |
| Octal | 362 | 140 | 375 | 4 | 76 | 0 | 1 | 450 | 142 | 104 |
| Binary | 11110010 | 1100000 | 11111101 | 100 | 111110 | 0 | 1 | 100101000 | 1100010 | 1000100 |
Color Harmonies of #F260FD
Complementary color
Monochromatic Colors of #F260FD
Black with #F260FD
Text Example
Text Example
White with #F260FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260FD; }
p { color: rgb(242,96,253); }
H1.HeaderClassName
{
color: #F260FD;
}
.AnyTagClassName
{
color: #F260FD;
}
</style>
background-color css
<style>
a { background-color: #F260FD; }
a { background-color: rgb(242,96,253); }
div.DivClassName
{
background-color: #F260FD;
}
.BgClassName
{
background-color: #F260FD;
}
</style>
border-color css
<style>
span { border-color: #F260FD; }
span { border-color: rgb(242,96,253); }
td.TdClassName
{
border-color: #F260FD;
}
.TagClassName
{
border-color: #F260FD;
}
</style>