Shades of Pink Flamingo #F263FC
Tints of Pink Flamingo #F263FC
RGB
CMYK
RGB Variations
Color information
#F263FC (or 0xF263FC) is known color: Pink Flamingo. HEX triplet: F2, 63 and FC. RGB value is (242,99,252). Sum of RGB (Red+Green+Blue) = 242+99+252=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 99 (39.06% from 255 or 16.69% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #F263FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F263FC is #0D9C03. Grayscale: #9E9E9E. Windows color (decimal): -891908 or 16540658. OLE color: 16540658.
HSL color Cylindrical-coordinate representation of color #F263FC: hue angle of 296.08º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F263FC is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 99 | 252 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.01 |
| HSL | 296.08º | 0.96% | 0.69% | - |
| HSV(B) | 296.08º | 0.61% | 0.99% | - |
| XYZ | 58.65 | 34.83 | 95.73 | - |
| YUV | 159.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 252 | 0.04 | 0.61 | 0 | 0.01 | 296.08 | 0.96 | 0.69 |
| Hex | F2 | 63 | FC | 4 | 3D | 0 | 1 | 128 | 60 | 45 |
| Octal | 362 | 143 | 374 | 4 | 75 | 0 | 1 | 450 | 140 | 105 |
| Binary | 11110010 | 1100011 | 11111100 | 100 | 111101 | 0 | 1 | 100101000 | 1100000 | 1000101 |
Color Harmonies of #F263FC
Complementary color
Monochromatic Colors of #F263FC
Black with #F263FC
Text Example
Text Example
White with #F263FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263FC; }
p { color: rgb(242,99,252); }
H1.HeaderClassName
{
color: #F263FC;
}
.AnyTagClassName
{
color: #F263FC;
}
</style>
background-color css
<style>
a { background-color: #F263FC; }
a { background-color: rgb(242,99,252); }
div.DivClassName
{
background-color: #F263FC;
}
.BgClassName
{
background-color: #F263FC;
}
</style>
border-color css
<style>
span { border-color: #F263FC; }
span { border-color: rgb(242,99,252); }
td.TdClassName
{
border-color: #F263FC;
}
.TagClassName
{
border-color: #F263FC;
}
</style>