Shades of Pink Flamingo #F23CFF
Tints of Pink Flamingo #F23CFF
RGB
CMYK
RGB Variations
Color information
#F23CFF (or 0xF23CFF) is known color: Pink Flamingo. HEX triplet: F2, 3C and FF. RGB value is (242,60,255). Sum of RGB (Red+Green+Blue) = 242+60+255=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 60 (23.83% from 255 or 10.77% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #F23CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23CFF is #0DC300. Grayscale: #888888. Windows color (decimal): -901889 or 16727282. OLE color: 16727282.
HSL color Cylindrical-coordinate representation of color #F23CFF: hue angle of 296º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23CFF is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 60 | 255 | - |
| CMYK | 0.05 | 0.76 | 0 | 0 |
| HSL | 296º | 1% | 0.62% | - |
| HSV(B) | 296º | 0.76% | 1% | - |
| XYZ | 56.28 | 29.33 | 97.3 | - |
| YUV | 136.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 255 | 0.05 | 0.76 | 0 | 0 | 296 | 1 | 0.62 |
| Hex | F2 | 3C | FF | 5 | 4C | 0 | 0 | 128 | 64 | 3E |
| Octal | 362 | 74 | 377 | 5 | 114 | 0 | 0 | 450 | 144 | 76 |
| Binary | 11110010 | 111100 | 11111111 | 101 | 1001100 | 0 | 0 | 100101000 | 1100100 | 111110 |
Color Harmonies of #F23CFF
Complementary color
Monochromatic Colors of #F23CFF
Black with #F23CFF
Text Example
Text Example
White with #F23CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CFF; }
p { color: rgb(242,60,255); }
H1.HeaderClassName
{
color: #F23CFF;
}
.AnyTagClassName
{
color: #F23CFF;
}
</style>
background-color css
<style>
a { background-color: #F23CFF; }
a { background-color: rgb(242,60,255); }
div.DivClassName
{
background-color: #F23CFF;
}
.BgClassName
{
background-color: #F23CFF;
}
</style>
border-color css
<style>
span { border-color: #F23CFF; }
span { border-color: rgb(242,60,255); }
td.TdClassName
{
border-color: #F23CFF;
}
.TagClassName
{
border-color: #F23CFF;
}
</style>