Shades of Pink Flamingo #F245FE
Tints of Pink Flamingo #F245FE
RGB
CMYK
RGB Variations
Color information
#F245FE (or 0xF245FE) is known color: Pink Flamingo. HEX triplet: F2, 45 and FE. RGB value is (242,69,254). Sum of RGB (Red+Green+Blue) = 242+69+254=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 69 (27.34% from 255 or 12.21% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #F245FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F245FE is #0DBA01. Grayscale: #8D8D8D. Windows color (decimal): -899586 or 16664050. OLE color: 16664050.
HSL color Cylindrical-coordinate representation of color #F245FE: hue angle of 296.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F245FE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 69 | 254 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.00 |
| HSL | 296.11º | 0.99% | 0.63% | - |
| HSV(B) | 296.11º | 0.73% | 1% | - |
| XYZ | 56.64 | 30.29 | 96.63 | - |
| YUV | 141.82 | 191.31 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 254 | 0.05 | 0.73 | 0 | 0.00 | 296.11 | 0.99 | 0.63 |
| Hex | F2 | 45 | FE | 5 | 49 | 0 | 0 | 128 | 63 | 3F |
| Octal | 362 | 105 | 376 | 5 | 111 | 0 | 0 | 450 | 143 | 77 |
| Binary | 11110010 | 1000101 | 11111110 | 101 | 1001001 | 0 | 0 | 100101000 | 1100011 | 111111 |
Color Harmonies of #F245FE
Complementary color
Monochromatic Colors of #F245FE
Black with #F245FE
Text Example
Text Example
White with #F245FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245FE; }
p { color: rgb(242,69,254); }
H1.HeaderClassName
{
color: #F245FE;
}
.AnyTagClassName
{
color: #F245FE;
}
</style>
background-color css
<style>
a { background-color: #F245FE; }
a { background-color: rgb(242,69,254); }
div.DivClassName
{
background-color: #F245FE;
}
.BgClassName
{
background-color: #F245FE;
}
</style>
border-color css
<style>
span { border-color: #F245FE; }
span { border-color: rgb(242,69,254); }
td.TdClassName
{
border-color: #F245FE;
}
.TagClassName
{
border-color: #F245FE;
}
</style>