Shades of Pink Flamingo #F25AF4
Tints of Pink Flamingo #F25AF4
RGB
CMYK
RGB Variations
Color information
#F25AF4 (or 0xF25AF4) is known color: Pink Flamingo. HEX triplet: F2, 5A and F4. RGB value is (242,90,244). Sum of RGB (Red+Green+Blue) = 242+90+244=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 90 (35.55% from 255 or 15.62% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #F25AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25AF4 is #0DA50B. Grayscale: #989898. Windows color (decimal): -894220 or 16014066. OLE color: 16014066.
HSL color Cylindrical-coordinate representation of color #F25AF4: hue angle of 299.22º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25AF4 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 90 | 244 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.04 |
| HSL | 299.22º | 0.88% | 0.65% | - |
| HSV(B) | 299.22º | 0.63% | 0.96% | - |
| XYZ | 56.6 | 32.72 | 88.92 | - |
| YUV | 153 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 244 | 0.01 | 0.63 | 0 | 0.04 | 299.22 | 0.88 | 0.65 |
| Hex | F2 | 5A | F4 | 1 | 3F | 0 | 4 | 12B | 58 | 41 |
| Octal | 362 | 132 | 364 | 1 | 77 | 0 | 4 | 453 | 130 | 101 |
| Binary | 11110010 | 1011010 | 11110100 | 1 | 111111 | 0 | 100 | 100101011 | 1011000 | 1000001 |
Color Harmonies of #F25AF4
Complementary color
Monochromatic Colors of #F25AF4
Black with #F25AF4
Text Example
Text Example
White with #F25AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AF4; }
p { color: rgb(242,90,244); }
H1.HeaderClassName
{
color: #F25AF4;
}
.AnyTagClassName
{
color: #F25AF4;
}
</style>
background-color css
<style>
a { background-color: #F25AF4; }
a { background-color: rgb(242,90,244); }
div.DivClassName
{
background-color: #F25AF4;
}
.BgClassName
{
background-color: #F25AF4;
}
</style>
border-color css
<style>
span { border-color: #F25AF4; }
span { border-color: rgb(242,90,244); }
td.TdClassName
{
border-color: #F25AF4;
}
.TagClassName
{
border-color: #F25AF4;
}
</style>