Shades of Pink Flamingo #F238FB
Tints of Pink Flamingo #F238FB
RGB
CMYK
RGB Variations
Color information
#F238FB (or 0xF238FB) is known color: Pink Flamingo. HEX triplet: F2, 38 and FB. RGB value is (242,56,251). Sum of RGB (Red+Green+Blue) = 242+56+251=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 56 (22.27% from 255 or 10.20% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #F238FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F238FB is #0DC704. Grayscale: #858585. Windows color (decimal): -902917 or 16464114. OLE color: 16464114.
HSL color Cylindrical-coordinate representation of color #F238FB: hue angle of 297.23º 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 #F238FB is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 56 | 251 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.02 |
| HSL | 297.23º | 0.96% | 0.6% | - |
| HSV(B) | 297.23º | 0.78% | 0.98% | - |
| XYZ | 55.44 | 28.67 | 93.88 | - |
| YUV | 133.84 | 194.12 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 251 | 0.04 | 0.78 | 0 | 0.02 | 297.23 | 0.96 | 0.6 |
| Hex | F2 | 38 | FB | 4 | 4E | 0 | 2 | 129 | 60 | 3C |
| Octal | 362 | 70 | 373 | 4 | 116 | 0 | 2 | 451 | 140 | 74 |
| Binary | 11110010 | 111000 | 11111011 | 100 | 1001110 | 0 | 10 | 100101001 | 1100000 | 111100 |
Color Harmonies of #F238FB
Complementary color
Monochromatic Colors of #F238FB
Black with #F238FB
Text Example
Text Example
White with #F238FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238FB; }
p { color: rgb(242,56,251); }
H1.HeaderClassName
{
color: #F238FB;
}
.AnyTagClassName
{
color: #F238FB;
}
</style>
background-color css
<style>
a { background-color: #F238FB; }
a { background-color: rgb(242,56,251); }
div.DivClassName
{
background-color: #F238FB;
}
.BgClassName
{
background-color: #F238FB;
}
</style>
border-color css
<style>
span { border-color: #F238FB; }
span { border-color: rgb(242,56,251); }
td.TdClassName
{
border-color: #F238FB;
}
.TagClassName
{
border-color: #F238FB;
}
</style>