Shades of Pink Flamingo #FA37FF
Tints of Pink Flamingo #FA37FF
RGB
CMYK
RGB Variations
Color information
#FA37FF (or 0xFA37FF) is known color: Pink Flamingo. HEX triplet: FA, 37 and FF. RGB value is (250,55,255). Sum of RGB (Red+Green+Blue) = 250+55+255=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 55 (21.88% from 255 or 9.82% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA37FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA37FF is #05C800. Grayscale: #878787. Windows color (decimal): -378881 or 16726010. OLE color: 16726010.
HSL color Cylindrical-coordinate representation of color #FA37FF: hue angle of 298.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA37FF is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 55 | 255 | - |
| CMYK | 0.02 | 0.78 | 0 | 0 |
| HSL | 298.5º | 1% | 0.61% | - |
| HSV(B) | 298.5º | 0.78% | 1% | - |
| XYZ | 58.84 | 30.28 | 97.35 | - |
| YUV | 136.11 | 195.1 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 255 | 0.02 | 0.78 | 0 | 0 | 298.5 | 1 | 0.61 |
| Hex | FA | 37 | FF | 2 | 4E | 0 | 0 | 12A | 64 | 3D |
| Octal | 372 | 67 | 377 | 2 | 116 | 0 | 0 | 452 | 144 | 75 |
| Binary | 11111010 | 110111 | 11111111 | 10 | 1001110 | 0 | 0 | 100101010 | 1100100 | 111101 |
Color Harmonies of #FA37FF
Complementary color
Monochromatic Colors of #FA37FF
Black with #FA37FF
Text Example
Text Example
White with #FA37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA37FF; }
p { color: rgb(250,55,255); }
H1.HeaderClassName
{
color: #FA37FF;
}
.AnyTagClassName
{
color: #FA37FF;
}
</style>
background-color css
<style>
a { background-color: #FA37FF; }
a { background-color: rgb(250,55,255); }
div.DivClassName
{
background-color: #FA37FF;
}
.BgClassName
{
background-color: #FA37FF;
}
</style>
border-color css
<style>
span { border-color: #FA37FF; }
span { border-color: rgb(250,55,255); }
td.TdClassName
{
border-color: #FA37FF;
}
.TagClassName
{
border-color: #FA37FF;
}
</style>