Shades of Pink Flamingo #FA3CFE
Tints of Pink Flamingo #FA3CFE
RGB
CMYK
RGB Variations
Color information
#FA3CFE (or 0xFA3CFE) is known color: Pink Flamingo. HEX triplet: FA, 3C and FE. RGB value is (250,60,254). Sum of RGB (Red+Green+Blue) = 250+60+254=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 60 (23.83% from 255 or 10.64% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA3CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3CFE is #05C301. Grayscale: #8A8A8A. Windows color (decimal): -377602 or 16661754. OLE color: 16661754.
HSL color Cylindrical-coordinate representation of color #FA3CFE: hue angle of 298.76º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3CFE is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 60 | 254 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.00 |
| HSL | 298.76º | 0.99% | 0.62% | - |
| HSV(B) | 298.76º | 0.76% | 1% | - |
| XYZ | 58.93 | 30.71 | 96.59 | - |
| YUV | 138.93 | 192.95 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 254 | 0.02 | 0.76 | 0 | 0.00 | 298.76 | 0.99 | 0.62 |
| Hex | FA | 3C | FE | 2 | 4C | 0 | 0 | 12B | 63 | 3E |
| Octal | 372 | 74 | 376 | 2 | 114 | 0 | 0 | 453 | 143 | 76 |
| Binary | 11111010 | 111100 | 11111110 | 10 | 1001100 | 0 | 0 | 100101011 | 1100011 | 111110 |
Color Harmonies of #FA3CFE
Complementary color
Monochromatic Colors of #FA3CFE
Black with #FA3CFE
Text Example
Text Example
White with #FA3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3CFE; }
p { color: rgb(250,60,254); }
H1.HeaderClassName
{
color: #FA3CFE;
}
.AnyTagClassName
{
color: #FA3CFE;
}
</style>
background-color css
<style>
a { background-color: #FA3CFE; }
a { background-color: rgb(250,60,254); }
div.DivClassName
{
background-color: #FA3CFE;
}
.BgClassName
{
background-color: #FA3CFE;
}
</style>
border-color css
<style>
span { border-color: #FA3CFE; }
span { border-color: rgb(250,60,254); }
td.TdClassName
{
border-color: #FA3CFE;
}
.TagClassName
{
border-color: #FA3CFE;
}
</style>