Shades of Pink Flamingo #FD65F1
Tints of Pink Flamingo #FD65F1
RGB
CMYK
RGB Variations
Color information
#FD65F1 (or 0xFD65F1) is known color: Pink Flamingo. HEX triplet: FD, 65 and F1. RGB value is (253,101,241). Sum of RGB (Red+Green+Blue) = 253+101+241=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 101 (39.84% from 255 or 16.97% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65F1 is #029A0E. Grayscale: #A1A1A1. Windows color (decimal): -170511 or 15820285. OLE color: 15820285.
HSL color Cylindrical-coordinate representation of color #FD65F1: hue angle of 304.74º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65F1 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 241 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.01 |
| HSL | 304.74º | 0.97% | 0.69% | - |
| HSV(B) | 304.74º | 0.6% | 0.99% | - |
| XYZ | 61.04 | 36.54 | 87.06 | - |
| YUV | 162.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 241 | 0 | 0.60 | 0.05 | 0.01 | 304.74 | 0.97 | 0.69 |
| Hex | FD | 65 | F1 | 0 | 3C | 5 | 1 | 131 | 61 | 45 |
| Octal | 375 | 145 | 361 | 0 | 74 | 5 | 1 | 461 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11110001 | 0 | 111100 | 101 | 1 | 100110001 | 1100001 | 1000101 |
Color Harmonies of #FD65F1
Complementary color
Monochromatic Colors of #FD65F1
Black with #FD65F1
Text Example
Text Example
White with #FD65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65F1; }
p { color: rgb(253,101,241); }
H1.HeaderClassName
{
color: #FD65F1;
}
.AnyTagClassName
{
color: #FD65F1;
}
</style>
background-color css
<style>
a { background-color: #FD65F1; }
a { background-color: rgb(253,101,241); }
div.DivClassName
{
background-color: #FD65F1;
}
.BgClassName
{
background-color: #FD65F1;
}
</style>
border-color css
<style>
span { border-color: #FD65F1; }
span { border-color: rgb(253,101,241); }
td.TdClassName
{
border-color: #FD65F1;
}
.TagClassName
{
border-color: #FD65F1;
}
</style>