Shades of Pink Flamingo #F948FF
Tints of Pink Flamingo #F948FF
RGB
CMYK
RGB Variations
Color information
#F948FF (or 0xF948FF) is known color: Pink Flamingo. HEX triplet: F9, 48 and FF. RGB value is (249,72,255). Sum of RGB (Red+Green+Blue) = 249+72+255=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 72 (28.52% from 255 or 12.5% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #F948FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F948FF is #06B700. Grayscale: #919191. Windows color (decimal): -440065 or 16730361. OLE color: 16730361.
HSL color Cylindrical-coordinate representation of color #F948FF: hue angle of 298.03º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F948FF is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 72 | 255 | - |
| CMYK | 0.02 | 0.72 | 0 | 0 |
| HSL | 298.03º | 1% | 0.64% | - |
| HSV(B) | 298.03º | 0.72% | 1% | - |
| XYZ | 59.43 | 31.99 | 97.65 | - |
| YUV | 145.79 | 189.64 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 255 | 0.02 | 0.72 | 0 | 0 | 298.03 | 1 | 0.64 |
| Hex | F9 | 48 | FF | 2 | 48 | 0 | 0 | 12A | 64 | 40 |
| Octal | 371 | 110 | 377 | 2 | 110 | 0 | 0 | 452 | 144 | 100 |
| Binary | 11111001 | 1001000 | 11111111 | 10 | 1001000 | 0 | 0 | 100101010 | 1100100 | 1000000 |
Color Harmonies of #F948FF
Complementary color
Monochromatic Colors of #F948FF
Black with #F948FF
Text Example
Text Example
White with #F948FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948FF; }
p { color: rgb(249,72,255); }
H1.HeaderClassName
{
color: #F948FF;
}
.AnyTagClassName
{
color: #F948FF;
}
</style>
background-color css
<style>
a { background-color: #F948FF; }
a { background-color: rgb(249,72,255); }
div.DivClassName
{
background-color: #F948FF;
}
.BgClassName
{
background-color: #F948FF;
}
</style>
border-color css
<style>
span { border-color: #F948FF; }
span { border-color: rgb(249,72,255); }
td.TdClassName
{
border-color: #F948FF;
}
.TagClassName
{
border-color: #F948FF;
}
</style>