Shades of Pink Flamingo #FA36FF
Tints of Pink Flamingo #FA36FF
RGB
CMYK
RGB Variations
Color information
#FA36FF (or 0xFA36FF) is known color: Pink Flamingo. HEX triplet: FA, 36 and FF. RGB value is (250,54,255). Sum of RGB (Red+Green+Blue) = 250+54+255=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 54 (21.48% from 255 or 9.66% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA36FF is #05C900. Grayscale: #868686. Windows color (decimal): -379137 or 16725754. OLE color: 16725754.
HSL color Cylindrical-coordinate representation of color #FA36FF: hue angle of 298.51º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA36FF is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 54 | 255 | - |
| CMYK | 0.02 | 0.79 | 0 | 0 |
| HSL | 298.51º | 1% | 0.61% | - |
| HSV(B) | 298.51º | 0.79% | 1% | - |
| XYZ | 58.79 | 30.18 | 97.33 | - |
| YUV | 135.52 | 195.43 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 255 | 0.02 | 0.79 | 0 | 0 | 298.51 | 1 | 0.61 |
| Hex | FA | 36 | FF | 2 | 4F | 0 | 0 | 12B | 64 | 3D |
| Octal | 372 | 66 | 377 | 2 | 117 | 0 | 0 | 453 | 144 | 75 |
| Binary | 11111010 | 110110 | 11111111 | 10 | 1001111 | 0 | 0 | 100101011 | 1100100 | 111101 |
Color Harmonies of #FA36FF
Complementary color
Monochromatic Colors of #FA36FF
Black with #FA36FF
Text Example
Text Example
White with #FA36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA36FF; }
p { color: rgb(250,54,255); }
H1.HeaderClassName
{
color: #FA36FF;
}
.AnyTagClassName
{
color: #FA36FF;
}
</style>
background-color css
<style>
a { background-color: #FA36FF; }
a { background-color: rgb(250,54,255); }
div.DivClassName
{
background-color: #FA36FF;
}
.BgClassName
{
background-color: #FA36FF;
}
</style>
border-color css
<style>
span { border-color: #FA36FF; }
span { border-color: rgb(250,54,255); }
td.TdClassName
{
border-color: #FA36FF;
}
.TagClassName
{
border-color: #FA36FF;
}
</style>