Shades of Pink Flamingo #F258FF
Tints of Pink Flamingo #F258FF
RGB
CMYK
RGB Variations
Color information
#F258FF (or 0xF258FF) is known color: Pink Flamingo. HEX triplet: F2, 58 and FF. RGB value is (242,88,255). Sum of RGB (Red+Green+Blue) = 242+88+255=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 88 (34.77% from 255 or 15.04% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #F258FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F258FF is #0DA700. Grayscale: #989898. Windows color (decimal): -894721 or 16734450. OLE color: 16734450.
HSL color Cylindrical-coordinate representation of color #F258FF: hue angle of 295.33º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F258FF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 88 | 255 | - |
| CMYK | 0.05 | 0.65 | 0 | 0 |
| HSL | 295.33º | 1% | 0.67% | - |
| HSV(B) | 295.33º | 0.65% | 1% | - |
| XYZ | 58.16 | 33.08 | 97.93 | - |
| YUV | 153.08 | 185.52 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 255 | 0.05 | 0.65 | 0 | 0 | 295.33 | 1 | 0.67 |
| Hex | F2 | 58 | FF | 5 | 41 | 0 | 0 | 127 | 64 | 43 |
| Octal | 362 | 130 | 377 | 5 | 101 | 0 | 0 | 447 | 144 | 103 |
| Binary | 11110010 | 1011000 | 11111111 | 101 | 1000001 | 0 | 0 | 100100111 | 1100100 | 1000011 |
Color Harmonies of #F258FF
Complementary color
Monochromatic Colors of #F258FF
Black with #F258FF
Text Example
Text Example
White with #F258FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258FF; }
p { color: rgb(242,88,255); }
H1.HeaderClassName
{
color: #F258FF;
}
.AnyTagClassName
{
color: #F258FF;
}
</style>
background-color css
<style>
a { background-color: #F258FF; }
a { background-color: rgb(242,88,255); }
div.DivClassName
{
background-color: #F258FF;
}
.BgClassName
{
background-color: #F258FF;
}
</style>
border-color css
<style>
span { border-color: #F258FF; }
span { border-color: rgb(242,88,255); }
td.TdClassName
{
border-color: #F258FF;
}
.TagClassName
{
border-color: #F258FF;
}
</style>