Shades of Pink Flamingo #FD65F2
Tints of Pink Flamingo #FD65F2
RGB
CMYK
RGB Variations
Color information
#FD65F2 (or 0xFD65F2) is known color: Pink Flamingo. HEX triplet: FD, 65 and F2. RGB value is (253,101,242). Sum of RGB (Red+Green+Blue) = 253+101+242=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 101 (39.84% from 255 or 16.95% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65F2 is #029A0D. Grayscale: #A2A2A2. Windows color (decimal): -170510 or 15885821. OLE color: 15885821.
HSL color Cylindrical-coordinate representation of color #FD65F2: hue angle of 304.34º 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 #FD65F2 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 242 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.01 |
| HSL | 304.34º | 0.97% | 0.69% | - |
| HSV(B) | 304.34º | 0.6% | 0.99% | - |
| XYZ | 61.19 | 36.6 | 87.84 | - |
| YUV | 162.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 242 | 0 | 0.60 | 0.04 | 0.01 | 304.34 | 0.97 | 0.69 |
| Hex | FD | 65 | F2 | 0 | 3C | 4 | 1 | 130 | 61 | 45 |
| Octal | 375 | 145 | 362 | 0 | 74 | 4 | 1 | 460 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11110010 | 0 | 111100 | 100 | 1 | 100110000 | 1100001 | 1000101 |
Color Harmonies of #FD65F2
Complementary color
Monochromatic Colors of #FD65F2
Black with #FD65F2
Text Example
Text Example
White with #FD65F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65F2; }
p { color: rgb(253,101,242); }
H1.HeaderClassName
{
color: #FD65F2;
}
.AnyTagClassName
{
color: #FD65F2;
}
</style>
background-color css
<style>
a { background-color: #FD65F2; }
a { background-color: rgb(253,101,242); }
div.DivClassName
{
background-color: #FD65F2;
}
.BgClassName
{
background-color: #FD65F2;
}
</style>
border-color css
<style>
span { border-color: #FD65F2; }
span { border-color: rgb(253,101,242); }
td.TdClassName
{
border-color: #FD65F2;
}
.TagClassName
{
border-color: #FD65F2;
}
</style>