Shades of Pink Flamingo #F237FE
Tints of Pink Flamingo #F237FE
RGB
CMYK
RGB Variations
Color information
#F237FE (or 0xF237FE) is known color: Pink Flamingo. HEX triplet: F2, 37 and FE. RGB value is (242,55,254). Sum of RGB (Red+Green+Blue) = 242+55+254=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 55 (21.88% from 255 or 9.98% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #F237FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F237FE is #0DC801. Grayscale: #848484. Windows color (decimal): -903170 or 16660466. OLE color: 16660466.
HSL color Cylindrical-coordinate representation of color #F237FE: hue angle of 296.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F237FE is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 55 | 254 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.00 |
| HSL | 296.38º | 0.99% | 0.61% | - |
| HSV(B) | 296.38º | 0.78% | 1% | - |
| XYZ | 55.87 | 28.77 | 96.37 | - |
| YUV | 133.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 254 | 0.05 | 0.78 | 0 | 0.00 | 296.38 | 0.99 | 0.61 |
| Hex | F2 | 37 | FE | 5 | 4E | 0 | 0 | 128 | 63 | 3D |
| Octal | 362 | 67 | 376 | 5 | 116 | 0 | 0 | 450 | 143 | 75 |
| Binary | 11110010 | 110111 | 11111110 | 101 | 1001110 | 0 | 0 | 100101000 | 1100011 | 111101 |
Color Harmonies of #F237FE
Complementary color
Monochromatic Colors of #F237FE
Black with #F237FE
Text Example
Text Example
White with #F237FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237FE; }
p { color: rgb(242,55,254); }
H1.HeaderClassName
{
color: #F237FE;
}
.AnyTagClassName
{
color: #F237FE;
}
</style>
background-color css
<style>
a { background-color: #F237FE; }
a { background-color: rgb(242,55,254); }
div.DivClassName
{
background-color: #F237FE;
}
.BgClassName
{
background-color: #F237FE;
}
</style>
border-color css
<style>
span { border-color: #F237FE; }
span { border-color: rgb(242,55,254); }
td.TdClassName
{
border-color: #F237FE;
}
.TagClassName
{
border-color: #F237FE;
}
</style>