Shades of Ultra Pink #F56BEC
Tints of Ultra Pink #F56BEC
RGB
CMYK
RGB Variations
Color information
#F56BEC (or 0xF56BEC) is known color: Ultra Pink. HEX triplet: F5, 6B and EC. RGB value is (245,107,236). Sum of RGB (Red+Green+Blue) = 245+107+236=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 107 (42.19% from 255 or 18.20% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56BEC is #0A9413. Grayscale: #A2A2A2. Windows color (decimal): -693268 or 15494133. OLE color: 15494133.
HSL color Cylindrical-coordinate representation of color #F56BEC: hue angle of 303.91º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56BEC is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 236 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.04 |
| HSL | 303.91º | 0.87% | 0.69% | - |
| HSV(B) | 303.91º | 0.56% | 0.96% | - |
| XYZ | 58.05 | 35.98 | 83.24 | - |
| YUV | 162.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 236 | 0 | 0.56 | 0.04 | 0.04 | 303.91 | 0.87 | 0.69 |
| Hex | F5 | 6B | EC | 0 | 38 | 4 | 4 | 130 | 57 | 45 |
| Octal | 365 | 153 | 354 | 0 | 70 | 4 | 4 | 460 | 127 | 105 |
| Binary | 11110101 | 1101011 | 11101100 | 0 | 111000 | 100 | 100 | 100110000 | 1010111 | 1000101 |
Color Harmonies of #F56BEC
Complementary color
Monochromatic Colors of #F56BEC
Black with #F56BEC
Text Example
Text Example
White with #F56BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BEC; }
p { color: rgb(245,107,236); }
H1.HeaderClassName
{
color: #F56BEC;
}
.AnyTagClassName
{
color: #F56BEC;
}
</style>
background-color css
<style>
a { background-color: #F56BEC; }
a { background-color: rgb(245,107,236); }
div.DivClassName
{
background-color: #F56BEC;
}
.BgClassName
{
background-color: #F56BEC;
}
</style>
border-color css
<style>
span { border-color: #F56BEC; }
span { border-color: rgb(245,107,236); }
td.TdClassName
{
border-color: #F56BEC;
}
.TagClassName
{
border-color: #F56BEC;
}
</style>