Shades of Pink Flamingo #F362FF
Tints of Pink Flamingo #F362FF
RGB
CMYK
RGB Variations
Color information
#F362FF (or 0xF362FF) is known color: Pink Flamingo. HEX triplet: F3, 62 and FF. RGB value is (243,98,255). Sum of RGB (Red+Green+Blue) = 243+98+255=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 98 (38.67% from 255 or 16.44% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #F362FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F362FF is #0C9D00. Grayscale: #9E9E9E. Windows color (decimal): -826625 or 16737011. OLE color: 16737011.
HSL color Cylindrical-coordinate representation of color #F362FF: hue angle of 295.41º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F362FF is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 98 | 255 | - |
| CMYK | 0.05 | 0.62 | 0 | 0 |
| HSL | 295.41º | 1% | 0.69% | - |
| HSV(B) | 295.41º | 0.62% | 1% | - |
| XYZ | 59.38 | 35.01 | 98.24 | - |
| YUV | 159.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 255 | 0.05 | 0.62 | 0 | 0 | 295.41 | 1 | 0.69 |
| Hex | F3 | 62 | FF | 5 | 3E | 0 | 0 | 127 | 64 | 45 |
| Octal | 363 | 142 | 377 | 5 | 76 | 0 | 0 | 447 | 144 | 105 |
| Binary | 11110011 | 1100010 | 11111111 | 101 | 111110 | 0 | 0 | 100100111 | 1100100 | 1000101 |
Color Harmonies of #F362FF
Complementary color
Monochromatic Colors of #F362FF
Black with #F362FF
Text Example
Text Example
White with #F362FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F362FF; }
p { color: rgb(243,98,255); }
H1.HeaderClassName
{
color: #F362FF;
}
.AnyTagClassName
{
color: #F362FF;
}
</style>
background-color css
<style>
a { background-color: #F362FF; }
a { background-color: rgb(243,98,255); }
div.DivClassName
{
background-color: #F362FF;
}
.BgClassName
{
background-color: #F362FF;
}
</style>
border-color css
<style>
span { border-color: #F362FF; }
span { border-color: rgb(243,98,255); }
td.TdClassName
{
border-color: #F362FF;
}
.TagClassName
{
border-color: #F362FF;
}
</style>