Shades of Ultra Pink #F56BEF
Tints of Ultra Pink #F56BEF
RGB
CMYK
RGB Variations
Color information
#F56BEF (or 0xF56BEF) is known color: Ultra Pink. HEX triplet: F5, 6B and EF. RGB value is (245,107,239). Sum of RGB (Red+Green+Blue) = 245+107+239=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 107 (42.19% from 255 or 18.10% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56BEF is #0A9410. Grayscale: #A2A2A2. Windows color (decimal): -693265 or 15690741. OLE color: 15690741.
HSL color Cylindrical-coordinate representation of color #F56BEF: hue angle of 302.61º 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 #F56BEF is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 239 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.04 |
| HSL | 302.61º | 0.87% | 0.69% | - |
| HSV(B) | 302.61º | 0.56% | 0.96% | - |
| XYZ | 58.49 | 36.16 | 85.56 | - |
| YUV | 163.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 239 | 0 | 0.56 | 0.02 | 0.04 | 302.61 | 0.87 | 0.69 |
| Hex | F5 | 6B | EF | 0 | 38 | 2 | 4 | 12F | 57 | 45 |
| Octal | 365 | 153 | 357 | 0 | 70 | 2 | 4 | 457 | 127 | 105 |
| Binary | 11110101 | 1101011 | 11101111 | 0 | 111000 | 10 | 100 | 100101111 | 1010111 | 1000101 |
Color Harmonies of #F56BEF
Complementary color
Monochromatic Colors of #F56BEF
Black with #F56BEF
Text Example
Text Example
White with #F56BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BEF; }
p { color: rgb(245,107,239); }
H1.HeaderClassName
{
color: #F56BEF;
}
.AnyTagClassName
{
color: #F56BEF;
}
</style>
background-color css
<style>
a { background-color: #F56BEF; }
a { background-color: rgb(245,107,239); }
div.DivClassName
{
background-color: #F56BEF;
}
.BgClassName
{
background-color: #F56BEF;
}
</style>
border-color css
<style>
span { border-color: #F56BEF; }
span { border-color: rgb(245,107,239); }
td.TdClassName
{
border-color: #F56BEF;
}
.TagClassName
{
border-color: #F56BEF;
}
</style>