Shades of Pink Flamingo #FF38F9
Tints of Pink Flamingo #FF38F9
RGB
CMYK
RGB Variations
Color information
#FF38F9 (or 0xFF38F9) is known color: Pink Flamingo. HEX triplet: FF, 38 and F9. RGB value is (255,56,249). Sum of RGB (Red+Green+Blue) = 255+56+249=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 56 (22.27% from 255 or 10% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF38F9 is #00C706. Grayscale: #888888. Windows color (decimal): -50951 or 16333055. OLE color: 16333055.
HSL color Cylindrical-coordinate representation of color #FF38F9: hue angle of 301.81º 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 #FF38F9 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 249 | - |
| CMYK | 0 | 0.78 | 0.02 | 0 |
| HSL | 301.81º | 1% | 0.61% | - |
| HSV(B) | 301.81º | 0.78% | 1% | - |
| XYZ | 59.75 | 30.93 | 92.44 | - |
| YUV | 137.5 | 190.93 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 249 | 0 | 0.78 | 0.02 | 0 | 301.81 | 1 | 0.61 |
| Hex | FF | 38 | F9 | 0 | 4E | 2 | 0 | 12E | 64 | 3D |
| Octal | 377 | 70 | 371 | 0 | 116 | 2 | 0 | 456 | 144 | 75 |
| Binary | 11111111 | 111000 | 11111001 | 0 | 1001110 | 10 | 0 | 100101110 | 1100100 | 111101 |
Color Harmonies of #FF38F9
Complementary color
Monochromatic Colors of #FF38F9
Black with #FF38F9
Text Example
Text Example
White with #FF38F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38F9; }
p { color: rgb(255,56,249); }
H1.HeaderClassName
{
color: #FF38F9;
}
.AnyTagClassName
{
color: #FF38F9;
}
</style>
background-color css
<style>
a { background-color: #FF38F9; }
a { background-color: rgb(255,56,249); }
div.DivClassName
{
background-color: #FF38F9;
}
.BgClassName
{
background-color: #FF38F9;
}
</style>
border-color css
<style>
span { border-color: #FF38F9; }
span { border-color: rgb(255,56,249); }
td.TdClassName
{
border-color: #FF38F9;
}
.TagClassName
{
border-color: #FF38F9;
}
</style>