Shades of Pink Flamingo #F245FD
Tints of Pink Flamingo #F245FD
RGB
CMYK
RGB Variations
Color information
#F245FD (or 0xF245FD) is known color: Pink Flamingo. HEX triplet: F2, 45 and FD. RGB value is (242,69,253). Sum of RGB (Red+Green+Blue) = 242+69+253=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 69 (27.34% from 255 or 12.23% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #F245FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F245FD is #0DBA02. Grayscale: #8D8D8D. Windows color (decimal): -899587 or 16598514. OLE color: 16598514.
HSL color Cylindrical-coordinate representation of color #F245FD: hue angle of 296.41º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F245FD is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 69 | 253 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.01 |
| HSL | 296.41º | 0.98% | 0.63% | - |
| HSV(B) | 296.41º | 0.73% | 0.99% | - |
| XYZ | 56.48 | 30.23 | 95.79 | - |
| YUV | 141.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 253 | 0.04 | 0.73 | 0 | 0.01 | 296.41 | 0.98 | 0.63 |
| Hex | F2 | 45 | FD | 4 | 49 | 0 | 1 | 128 | 62 | 3F |
| Octal | 362 | 105 | 375 | 4 | 111 | 0 | 1 | 450 | 142 | 77 |
| Binary | 11110010 | 1000101 | 11111101 | 100 | 1001001 | 0 | 1 | 100101000 | 1100010 | 111111 |
Color Harmonies of #F245FD
Complementary color
Monochromatic Colors of #F245FD
Black with #F245FD
Text Example
Text Example
White with #F245FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245FD; }
p { color: rgb(242,69,253); }
H1.HeaderClassName
{
color: #F245FD;
}
.AnyTagClassName
{
color: #F245FD;
}
</style>
background-color css
<style>
a { background-color: #F245FD; }
a { background-color: rgb(242,69,253); }
div.DivClassName
{
background-color: #F245FD;
}
.BgClassName
{
background-color: #F245FD;
}
</style>
border-color css
<style>
span { border-color: #F245FD; }
span { border-color: rgb(242,69,253); }
td.TdClassName
{
border-color: #F245FD;
}
.TagClassName
{
border-color: #F245FD;
}
</style>