Shades of Pink Flamingo #F038FF
Tints of Pink Flamingo #F038FF
RGB
CMYK
RGB Variations
Color information
#F038FF (or 0xF038FF) is known color: Pink Flamingo. HEX triplet: F0, 38 and FF. RGB value is (240,56,255). Sum of RGB (Red+Green+Blue) = 240+56+255=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 56 (22.27% from 255 or 10.16% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #F038FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F038FF is #0FC700. Grayscale: #858585. Windows color (decimal): -1033985 or 16726256. OLE color: 16726256.
HSL color Cylindrical-coordinate representation of color #F038FF: hue angle of 295.48º 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 #F038FF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 56 | 255 | - |
| CMYK | 0.06 | 0.78 | 0 | 0 |
| HSL | 295.48º | 1% | 0.61% | - |
| HSV(B) | 295.48º | 0.78% | 1% | - |
| XYZ | 55.4 | 28.57 | 97.2 | - |
| YUV | 133.7 | 196.46 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 255 | 0.06 | 0.78 | 0 | 0 | 295.48 | 1 | 0.61 |
| Hex | F0 | 38 | FF | 6 | 4E | 0 | 0 | 127 | 64 | 3D |
| Octal | 360 | 70 | 377 | 6 | 116 | 0 | 0 | 447 | 144 | 75 |
| Binary | 11110000 | 111000 | 11111111 | 110 | 1001110 | 0 | 0 | 100100111 | 1100100 | 111101 |
Color Harmonies of #F038FF
Complementary color
Monochromatic Colors of #F038FF
Black with #F038FF
Text Example
Text Example
White with #F038FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038FF; }
p { color: rgb(240,56,255); }
H1.HeaderClassName
{
color: #F038FF;
}
.AnyTagClassName
{
color: #F038FF;
}
</style>
background-color css
<style>
a { background-color: #F038FF; }
a { background-color: rgb(240,56,255); }
div.DivClassName
{
background-color: #F038FF;
}
.BgClassName
{
background-color: #F038FF;
}
</style>
border-color css
<style>
span { border-color: #F038FF; }
span { border-color: rgb(240,56,255); }
td.TdClassName
{
border-color: #F038FF;
}
.TagClassName
{
border-color: #F038FF;
}
</style>