Shades of Pink Flamingo #F237FB
Tints of Pink Flamingo #F237FB
RGB
CMYK
RGB Variations
Color information
#F237FB (or 0xF237FB) is known color: Pink Flamingo. HEX triplet: F2, 37 and FB. RGB value is (242,55,251). Sum of RGB (Red+Green+Blue) = 242+55+251=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 55 (21.88% from 255 or 10.04% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #F237FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F237FB is #0DC804. Grayscale: #848484. Windows color (decimal): -903173 or 16463858. OLE color: 16463858.
HSL color Cylindrical-coordinate representation of color #F237FB: hue angle of 297.24º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F237FB is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 55 | 251 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.02 |
| HSL | 297.24º | 0.96% | 0.6% | - |
| HSV(B) | 297.24º | 0.78% | 0.98% | - |
| XYZ | 55.4 | 28.57 | 93.86 | - |
| YUV | 133.26 | 194.45 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 251 | 0.04 | 0.78 | 0 | 0.02 | 297.24 | 0.96 | 0.6 |
| Hex | F2 | 37 | FB | 4 | 4E | 0 | 2 | 129 | 60 | 3C |
| Octal | 362 | 67 | 373 | 4 | 116 | 0 | 2 | 451 | 140 | 74 |
| Binary | 11110010 | 110111 | 11111011 | 100 | 1001110 | 0 | 10 | 100101001 | 1100000 | 111100 |
Color Harmonies of #F237FB
Complementary color
Monochromatic Colors of #F237FB
Black with #F237FB
Text Example
Text Example
White with #F237FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237FB; }
p { color: rgb(242,55,251); }
H1.HeaderClassName
{
color: #F237FB;
}
.AnyTagClassName
{
color: #F237FB;
}
</style>
background-color css
<style>
a { background-color: #F237FB; }
a { background-color: rgb(242,55,251); }
div.DivClassName
{
background-color: #F237FB;
}
.BgClassName
{
background-color: #F237FB;
}
</style>
border-color css
<style>
span { border-color: #F237FB; }
span { border-color: rgb(242,55,251); }
td.TdClassName
{
border-color: #F237FB;
}
.TagClassName
{
border-color: #F237FB;
}
</style>