Shades of Pink Flamingo #F23CFA
Tints of Pink Flamingo #F23CFA
RGB
CMYK
RGB Variations
Color information
#F23CFA (or 0xF23CFA) is known color: Pink Flamingo. HEX triplet: F2, 3C and FA. RGB value is (242,60,250). Sum of RGB (Red+Green+Blue) = 242+60+250=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 60 (23.83% from 255 or 10.87% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #F23CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23CFA is #0DC305. Grayscale: #878787. Windows color (decimal): -901894 or 16399602. OLE color: 16399602.
HSL color Cylindrical-coordinate representation of color #F23CFA: hue angle of 297.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23CFA is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 60 | 250 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.02 |
| HSL | 297.47º | 0.95% | 0.61% | - |
| HSV(B) | 297.47º | 0.76% | 0.98% | - |
| XYZ | 55.49 | 29.01 | 93.12 | - |
| YUV | 136.08 | 192.3 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 250 | 0.03 | 0.76 | 0 | 0.02 | 297.47 | 0.95 | 0.61 |
| Hex | F2 | 3C | FA | 3 | 4C | 0 | 2 | 129 | 5F | 3D |
| Octal | 362 | 74 | 372 | 3 | 114 | 0 | 2 | 451 | 137 | 75 |
| Binary | 11110010 | 111100 | 11111010 | 11 | 1001100 | 0 | 10 | 100101001 | 1011111 | 111101 |
Color Harmonies of #F23CFA
Complementary color
Monochromatic Colors of #F23CFA
Black with #F23CFA
Text Example
Text Example
White with #F23CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CFA; }
p { color: rgb(242,60,250); }
H1.HeaderClassName
{
color: #F23CFA;
}
.AnyTagClassName
{
color: #F23CFA;
}
</style>
background-color css
<style>
a { background-color: #F23CFA; }
a { background-color: rgb(242,60,250); }
div.DivClassName
{
background-color: #F23CFA;
}
.BgClassName
{
background-color: #F23CFA;
}
</style>
border-color css
<style>
span { border-color: #F23CFA; }
span { border-color: rgb(242,60,250); }
td.TdClassName
{
border-color: #F23CFA;
}
.TagClassName
{
border-color: #F23CFA;
}
</style>