Shades of Pink Flamingo #FE65FD
Tints of Pink Flamingo #FE65FD
RGB
CMYK
RGB Variations
Color information
#FE65FD (or 0xFE65FD) is known color: Pink Flamingo. HEX triplet: FE, 65 and FD. RGB value is (254,101,253). Sum of RGB (Red+Green+Blue) = 254+101+253=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 101 (39.84% from 255 or 16.61% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65FD is #019A02. Grayscale: #A3A3A3. Windows color (decimal): -104963 or 16606718. OLE color: 16606718.
HSL color Cylindrical-coordinate representation of color #FE65FD: hue angle of 300.39º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65FD is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 253 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.00 |
| HSL | 300.39º | 0.99% | 0.7% | - |
| HSV(B) | 300.39º | 0.6% | 1% | - |
| XYZ | 63.26 | 37.47 | 96.83 | - |
| YUV | 164.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 253 | 0 | 0.60 | 0.00 | 0.00 | 300.39 | 0.99 | 0.7 |
| Hex | FE | 65 | FD | 0 | 3C | 0 | 0 | 12C | 63 | 46 |
| Octal | 376 | 145 | 375 | 0 | 74 | 0 | 0 | 454 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11111101 | 0 | 111100 | 0 | 0 | 100101100 | 1100011 | 1000110 |
Color Harmonies of #FE65FD
Complementary color
Monochromatic Colors of #FE65FD
Black with #FE65FD
Text Example
Text Example
White with #FE65FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65FD; }
p { color: rgb(254,101,253); }
H1.HeaderClassName
{
color: #FE65FD;
}
.AnyTagClassName
{
color: #FE65FD;
}
</style>
background-color css
<style>
a { background-color: #FE65FD; }
a { background-color: rgb(254,101,253); }
div.DivClassName
{
background-color: #FE65FD;
}
.BgClassName
{
background-color: #FE65FD;
}
</style>
border-color css
<style>
span { border-color: #FE65FD; }
span { border-color: rgb(254,101,253); }
td.TdClassName
{
border-color: #FE65FD;
}
.TagClassName
{
border-color: #FE65FD;
}
</style>