Shades of Pink Flamingo #F434FC
Tints of Pink Flamingo #F434FC
RGB
CMYK
RGB Variations
Color information
#F434FC (or 0xF434FC) is known color: Pink Flamingo. HEX triplet: F4, 34 and FC. RGB value is (244,52,252). Sum of RGB (Red+Green+Blue) = 244+52+252=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 52 (20.70% from 255 or 9.49% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #F434FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F434FC is #0BCB03. Grayscale: #838383. Windows color (decimal): -772868 or 16528628. OLE color: 16528628.
HSL color Cylindrical-coordinate representation of color #F434FC: hue angle of 297.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F434FC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 52 | 252 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.01 |
| HSL | 297.6º | 0.97% | 0.6% | - |
| HSV(B) | 297.6º | 0.79% | 0.99% | - |
| XYZ | 56.11 | 28.72 | 94.68 | - |
| YUV | 132.21 | 195.61 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 252 | 0.03 | 0.79 | 0 | 0.01 | 297.6 | 0.97 | 0.6 |
| Hex | F4 | 34 | FC | 3 | 4F | 0 | 1 | 12A | 61 | 3C |
| Octal | 364 | 64 | 374 | 3 | 117 | 0 | 1 | 452 | 141 | 74 |
| Binary | 11110100 | 110100 | 11111100 | 11 | 1001111 | 0 | 1 | 100101010 | 1100001 | 111100 |
Color Harmonies of #F434FC
Complementary color
Monochromatic Colors of #F434FC
Black with #F434FC
Text Example
Text Example
White with #F434FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F434FC; }
p { color: rgb(244,52,252); }
H1.HeaderClassName
{
color: #F434FC;
}
.AnyTagClassName
{
color: #F434FC;
}
</style>
background-color css
<style>
a { background-color: #F434FC; }
a { background-color: rgb(244,52,252); }
div.DivClassName
{
background-color: #F434FC;
}
.BgClassName
{
background-color: #F434FC;
}
</style>
border-color css
<style>
span { border-color: #F434FC; }
span { border-color: rgb(244,52,252); }
td.TdClassName
{
border-color: #F434FC;
}
.TagClassName
{
border-color: #F434FC;
}
</style>