Shades of Pink Flamingo #F242F8
Tints of Pink Flamingo #F242F8
RGB
CMYK
RGB Variations
Color information
#F242F8 (or 0xF242F8) is known color: Pink Flamingo. HEX triplet: F2, 42 and F8. RGB value is (242,66,248). Sum of RGB (Red+Green+Blue) = 242+66+248=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 66 (26.17% from 255 or 11.87% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #F242F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F242F8 is #0DBD07. Grayscale: #8A8A8A. Windows color (decimal): -900360 or 16270066. OLE color: 16270066.
HSL color Cylindrical-coordinate representation of color #F242F8: hue angle of 298.02º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F242F8 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 66 | 248 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.03 |
| HSL | 298.02º | 0.93% | 0.62% | - |
| HSV(B) | 298.02º | 0.73% | 0.97% | - |
| XYZ | 55.51 | 29.55 | 91.59 | - |
| YUV | 139.37 | 189.31 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 248 | 0.02 | 0.73 | 0 | 0.03 | 298.02 | 0.93 | 0.62 |
| Hex | F2 | 42 | F8 | 2 | 49 | 0 | 3 | 12A | 5D | 3E |
| Octal | 362 | 102 | 370 | 2 | 111 | 0 | 3 | 452 | 135 | 76 |
| Binary | 11110010 | 1000010 | 11111000 | 10 | 1001001 | 0 | 11 | 100101010 | 1011101 | 111110 |
Color Harmonies of #F242F8
Complementary color
Monochromatic Colors of #F242F8
Black with #F242F8
Text Example
Text Example
White with #F242F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242F8; }
p { color: rgb(242,66,248); }
H1.HeaderClassName
{
color: #F242F8;
}
.AnyTagClassName
{
color: #F242F8;
}
</style>
background-color css
<style>
a { background-color: #F242F8; }
a { background-color: rgb(242,66,248); }
div.DivClassName
{
background-color: #F242F8;
}
.BgClassName
{
background-color: #F242F8;
}
</style>
border-color css
<style>
span { border-color: #F242F8; }
span { border-color: rgb(242,66,248); }
td.TdClassName
{
border-color: #F242F8;
}
.TagClassName
{
border-color: #F242F8;
}
</style>