Shades of Pink Flamingo #FA37FE
Tints of Pink Flamingo #FA37FE
RGB
CMYK
RGB Variations
Color information
#FA37FE (or 0xFA37FE) is known color: Pink Flamingo. HEX triplet: FA, 37 and FE. RGB value is (250,55,254). Sum of RGB (Red+Green+Blue) = 250+55+254=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 55 (21.88% from 255 or 9.84% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA37FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA37FE is #05C801. Grayscale: #878787. Windows color (decimal): -378882 or 16660474. OLE color: 16660474.
HSL color Cylindrical-coordinate representation of color #FA37FE: hue angle of 298.79º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA37FE is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 55 | 254 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.00 |
| HSL | 298.79º | 0.99% | 0.61% | - |
| HSV(B) | 298.79º | 0.78% | 1% | - |
| XYZ | 58.68 | 30.21 | 96.5 | - |
| YUV | 135.99 | 194.6 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 254 | 0.02 | 0.78 | 0 | 0.00 | 298.79 | 0.99 | 0.61 |
| Hex | FA | 37 | FE | 2 | 4E | 0 | 0 | 12B | 63 | 3D |
| Octal | 372 | 67 | 376 | 2 | 116 | 0 | 0 | 453 | 143 | 75 |
| Binary | 11111010 | 110111 | 11111110 | 10 | 1001110 | 0 | 0 | 100101011 | 1100011 | 111101 |
Color Harmonies of #FA37FE
Complementary color
Monochromatic Colors of #FA37FE
Black with #FA37FE
Text Example
Text Example
White with #FA37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA37FE; }
p { color: rgb(250,55,254); }
H1.HeaderClassName
{
color: #FA37FE;
}
.AnyTagClassName
{
color: #FA37FE;
}
</style>
background-color css
<style>
a { background-color: #FA37FE; }
a { background-color: rgb(250,55,254); }
div.DivClassName
{
background-color: #FA37FE;
}
.BgClassName
{
background-color: #FA37FE;
}
</style>
border-color css
<style>
span { border-color: #FA37FE; }
span { border-color: rgb(250,55,254); }
td.TdClassName
{
border-color: #FA37FE;
}
.TagClassName
{
border-color: #FA37FE;
}
</style>