Shades of Pink Flamingo #F341FD
Tints of Pink Flamingo #F341FD
RGB
CMYK
RGB Variations
Color information
#F341FD (or 0xF341FD) is known color: Pink Flamingo. HEX triplet: F3, 41 and FD. RGB value is (243,65,253). Sum of RGB (Red+Green+Blue) = 243+65+253=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 65 (25.78% from 255 or 11.59% 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 #F341FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F341FD is #0CBE02. Grayscale: #8B8B8B. Windows color (decimal): -835075 or 16597491. OLE color: 16597491.
HSL color Cylindrical-coordinate representation of color #F341FD: hue angle of 296.81º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F341FD is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 65 | 253 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.01 |
| HSL | 296.81º | 0.98% | 0.62% | - |
| HSV(B) | 296.81º | 0.74% | 0.99% | - |
| XYZ | 56.58 | 29.93 | 95.72 | - |
| YUV | 139.65 | 191.97 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 253 | 0.04 | 0.74 | 0 | 0.01 | 296.81 | 0.98 | 0.62 |
| Hex | F3 | 41 | FD | 4 | 4A | 0 | 1 | 129 | 62 | 3E |
| Octal | 363 | 101 | 375 | 4 | 112 | 0 | 1 | 451 | 142 | 76 |
| Binary | 11110011 | 1000001 | 11111101 | 100 | 1001010 | 0 | 1 | 100101001 | 1100010 | 111110 |
Color Harmonies of #F341FD
Complementary color
Monochromatic Colors of #F341FD
Black with #F341FD
Text Example
Text Example
White with #F341FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341FD; }
p { color: rgb(243,65,253); }
H1.HeaderClassName
{
color: #F341FD;
}
.AnyTagClassName
{
color: #F341FD;
}
</style>
background-color css
<style>
a { background-color: #F341FD; }
a { background-color: rgb(243,65,253); }
div.DivClassName
{
background-color: #F341FD;
}
.BgClassName
{
background-color: #F341FD;
}
</style>
border-color css
<style>
span { border-color: #F341FD; }
span { border-color: rgb(243,65,253); }
td.TdClassName
{
border-color: #F341FD;
}
.TagClassName
{
border-color: #F341FD;
}
</style>