Shades of Pink Flamingo #F33CF5
Tints of Pink Flamingo #F33CF5
RGB
CMYK
RGB Variations
Color information
#F33CF5 (or 0xF33CF5) is known color: Pink Flamingo. HEX triplet: F3, 3C and F5. RGB value is (243,60,245). Sum of RGB (Red+Green+Blue) = 243+60+245=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 60 (23.83% from 255 or 10.95% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #F33CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33CF5 is #0CC30A. Grayscale: #878787. Windows color (decimal): -836363 or 16071923. OLE color: 16071923.
HSL color Cylindrical-coordinate representation of color #F33CF5: hue angle of 299.35º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33CF5 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 60 | 245 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.04 |
| HSL | 299.35º | 0.9% | 0.6% | - |
| HSV(B) | 299.35º | 0.76% | 0.96% | - |
| XYZ | 55.06 | 28.88 | 89.06 | - |
| YUV | 135.81 | 189.63 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 245 | 0.01 | 0.76 | 0 | 0.04 | 299.35 | 0.9 | 0.6 |
| Hex | F3 | 3C | F5 | 1 | 4C | 0 | 4 | 12B | 5A | 3C |
| Octal | 363 | 74 | 365 | 1 | 114 | 0 | 4 | 453 | 132 | 74 |
| Binary | 11110011 | 111100 | 11110101 | 1 | 1001100 | 0 | 100 | 100101011 | 1011010 | 111100 |
Color Harmonies of #F33CF5
Complementary color
Monochromatic Colors of #F33CF5
Black with #F33CF5
Text Example
Text Example
White with #F33CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33CF5; }
p { color: rgb(243,60,245); }
H1.HeaderClassName
{
color: #F33CF5;
}
.AnyTagClassName
{
color: #F33CF5;
}
</style>
background-color css
<style>
a { background-color: #F33CF5; }
a { background-color: rgb(243,60,245); }
div.DivClassName
{
background-color: #F33CF5;
}
.BgClassName
{
background-color: #F33CF5;
}
</style>
border-color css
<style>
span { border-color: #F33CF5; }
span { border-color: rgb(243,60,245); }
td.TdClassName
{
border-color: #F33CF5;
}
.TagClassName
{
border-color: #F33CF5;
}
</style>