Shades of Pink Flamingo #F25AF8
Tints of Pink Flamingo #F25AF8
RGB
CMYK
RGB Variations
Color information
#F25AF8 (or 0xF25AF8) is known color: Pink Flamingo. HEX triplet: F2, 5A and F8. RGB value is (242,90,248). Sum of RGB (Red+Green+Blue) = 242+90+248=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 90 (35.55% from 255 or 15.52% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #F25AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25AF8 is #0DA507. Grayscale: #989898. Windows color (decimal): -894216 or 16276210. OLE color: 16276210.
HSL color Cylindrical-coordinate representation of color #F25AF8: hue angle of 297.72º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25AF8 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 90 | 248 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.03 |
| HSL | 297.72º | 0.92% | 0.66% | - |
| HSV(B) | 297.72º | 0.64% | 0.97% | - |
| XYZ | 57.22 | 32.97 | 92.15 | - |
| YUV | 153.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 248 | 0.02 | 0.64 | 0 | 0.03 | 297.72 | 0.92 | 0.66 |
| Hex | F2 | 5A | F8 | 2 | 40 | 0 | 3 | 12A | 5C | 42 |
| Octal | 362 | 132 | 370 | 2 | 100 | 0 | 3 | 452 | 134 | 102 |
| Binary | 11110010 | 1011010 | 11111000 | 10 | 1000000 | 0 | 11 | 100101010 | 1011100 | 1000010 |
Color Harmonies of #F25AF8
Complementary color
Monochromatic Colors of #F25AF8
Black with #F25AF8
Text Example
Text Example
White with #F25AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AF8; }
p { color: rgb(242,90,248); }
H1.HeaderClassName
{
color: #F25AF8;
}
.AnyTagClassName
{
color: #F25AF8;
}
</style>
background-color css
<style>
a { background-color: #F25AF8; }
a { background-color: rgb(242,90,248); }
div.DivClassName
{
background-color: #F25AF8;
}
.BgClassName
{
background-color: #F25AF8;
}
</style>
border-color css
<style>
span { border-color: #F25AF8; }
span { border-color: rgb(242,90,248); }
td.TdClassName
{
border-color: #F25AF8;
}
.TagClassName
{
border-color: #F25AF8;
}
</style>