Shades of Pink Flamingo #F443FF
Tints of Pink Flamingo #F443FF
RGB
CMYK
RGB Variations
Color information
#F443FF (or 0xF443FF) is known color: Pink Flamingo. HEX triplet: F4, 43 and FF. RGB value is (244,67,255). Sum of RGB (Red+Green+Blue) = 244+67+255=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 67 (26.56% from 255 or 11.84% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #F443FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F443FF is #0BBC00. Grayscale: #8C8C8C. Windows color (decimal): -769025 or 16729076. OLE color: 16729076.
HSL color Cylindrical-coordinate representation of color #F443FF: hue angle of 296.49º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F443FF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 67 | 255 | - |
| CMYK | 0.04 | 0.74 | 0 | 0 |
| HSL | 296.49º | 1% | 0.63% | - |
| HSV(B) | 296.49º | 0.74% | 1% | - |
| XYZ | 57.37 | 30.47 | 97.47 | - |
| YUV | 141.36 | 192.14 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 255 | 0.04 | 0.74 | 0 | 0 | 296.49 | 1 | 0.63 |
| Hex | F4 | 43 | FF | 4 | 4A | 0 | 0 | 128 | 64 | 3F |
| Octal | 364 | 103 | 377 | 4 | 112 | 0 | 0 | 450 | 144 | 77 |
| Binary | 11110100 | 1000011 | 11111111 | 100 | 1001010 | 0 | 0 | 100101000 | 1100100 | 111111 |
Color Harmonies of #F443FF
Complementary color
Monochromatic Colors of #F443FF
Black with #F443FF
Text Example
Text Example
White with #F443FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F443FF; }
p { color: rgb(244,67,255); }
H1.HeaderClassName
{
color: #F443FF;
}
.AnyTagClassName
{
color: #F443FF;
}
</style>
background-color css
<style>
a { background-color: #F443FF; }
a { background-color: rgb(244,67,255); }
div.DivClassName
{
background-color: #F443FF;
}
.BgClassName
{
background-color: #F443FF;
}
</style>
border-color css
<style>
span { border-color: #F443FF; }
span { border-color: rgb(244,67,255); }
td.TdClassName
{
border-color: #F443FF;
}
.TagClassName
{
border-color: #F443FF;
}
</style>