Shades of Pink Flamingo #F143FD
Tints of Pink Flamingo #F143FD
RGB
CMYK
RGB Variations
Color information
#F143FD (or 0xF143FD) is known color: Pink Flamingo. HEX triplet: F1, 43 and FD. RGB value is (241,67,253). Sum of RGB (Red+Green+Blue) = 241+67+253=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 67 (26.56% from 255 or 11.94% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #F143FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143FD is #0EBC02. Grayscale: #8B8B8B. Windows color (decimal): -965635 or 16598001. OLE color: 16598001.
HSL color Cylindrical-coordinate representation of color #F143FD: hue angle of 296.13º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F143FD is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 67 | 253 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.01 |
| HSL | 296.13º | 0.98% | 0.63% | - |
| HSV(B) | 296.13º | 0.74% | 0.99% | - |
| XYZ | 56.01 | 29.81 | 95.73 | - |
| YUV | 140.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 253 | 0.05 | 0.74 | 0 | 0.01 | 296.13 | 0.98 | 0.63 |
| Hex | F1 | 43 | FD | 5 | 4A | 0 | 1 | 128 | 62 | 3F |
| Octal | 361 | 103 | 375 | 5 | 112 | 0 | 1 | 450 | 142 | 77 |
| Binary | 11110001 | 1000011 | 11111101 | 101 | 1001010 | 0 | 1 | 100101000 | 1100010 | 111111 |
Color Harmonies of #F143FD
Complementary color
Monochromatic Colors of #F143FD
Black with #F143FD
Text Example
Text Example
White with #F143FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143FD; }
p { color: rgb(241,67,253); }
H1.HeaderClassName
{
color: #F143FD;
}
.AnyTagClassName
{
color: #F143FD;
}
</style>
background-color css
<style>
a { background-color: #F143FD; }
a { background-color: rgb(241,67,253); }
div.DivClassName
{
background-color: #F143FD;
}
.BgClassName
{
background-color: #F143FD;
}
</style>
border-color css
<style>
span { border-color: #F143FD; }
span { border-color: rgb(241,67,253); }
td.TdClassName
{
border-color: #F143FD;
}
.TagClassName
{
border-color: #F143FD;
}
</style>