Shades of Pink Flamingo #F25AF6
Tints of Pink Flamingo #F25AF6
RGB
CMYK
RGB Variations
Color information
#F25AF6 (or 0xF25AF6) is known color: Pink Flamingo. HEX triplet: F2, 5A and F6. RGB value is (242,90,246). Sum of RGB (Red+Green+Blue) = 242+90+246=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 90 (35.55% from 255 or 15.57% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #F25AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25AF6 is #0DA509. Grayscale: #989898. Windows color (decimal): -894218 or 16145138. OLE color: 16145138.
HSL color Cylindrical-coordinate representation of color #F25AF6: hue angle of 298.46º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25AF6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 90 | 246 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.04 |
| HSL | 298.46º | 0.9% | 0.66% | - |
| HSV(B) | 298.46º | 0.63% | 0.96% | - |
| XYZ | 56.91 | 32.84 | 90.53 | - |
| YUV | 153.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 246 | 0.02 | 0.63 | 0 | 0.04 | 298.46 | 0.9 | 0.66 |
| Hex | F2 | 5A | F6 | 2 | 3F | 0 | 4 | 12A | 5A | 42 |
| Octal | 362 | 132 | 366 | 2 | 77 | 0 | 4 | 452 | 132 | 102 |
| Binary | 11110010 | 1011010 | 11110110 | 10 | 111111 | 0 | 100 | 100101010 | 1011010 | 1000010 |
Color Harmonies of #F25AF6
Complementary color
Monochromatic Colors of #F25AF6
Black with #F25AF6
Text Example
Text Example
White with #F25AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AF6; }
p { color: rgb(242,90,246); }
H1.HeaderClassName
{
color: #F25AF6;
}
.AnyTagClassName
{
color: #F25AF6;
}
</style>
background-color css
<style>
a { background-color: #F25AF6; }
a { background-color: rgb(242,90,246); }
div.DivClassName
{
background-color: #F25AF6;
}
.BgClassName
{
background-color: #F25AF6;
}
</style>
border-color css
<style>
span { border-color: #F25AF6; }
span { border-color: rgb(242,90,246); }
td.TdClassName
{
border-color: #F25AF6;
}
.TagClassName
{
border-color: #F25AF6;
}
</style>