Shades of Ultra Pink #F56BEA
Tints of Ultra Pink #F56BEA
RGB
CMYK
RGB Variations
Color information
#F56BEA (or 0xF56BEA) is known color: Ultra Pink. HEX triplet: F5, 6B and EA. RGB value is (245,107,234). Sum of RGB (Red+Green+Blue) = 245+107+234=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 107 (42.19% from 255 or 18.26% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56BEA is #0A9415. Grayscale: #A2A2A2. Windows color (decimal): -693270 or 15363061. OLE color: 15363061.
HSL color Cylindrical-coordinate representation of color #F56BEA: hue angle of 304.78º 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 #F56BEA is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 234 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.04 |
| HSL | 304.78º | 0.87% | 0.69% | - |
| HSV(B) | 304.78º | 0.56% | 0.96% | - |
| XYZ | 57.77 | 35.87 | 81.72 | - |
| YUV | 162.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 234 | 0 | 0.56 | 0.04 | 0.04 | 304.78 | 0.87 | 0.69 |
| Hex | F5 | 6B | EA | 0 | 38 | 4 | 4 | 131 | 57 | 45 |
| Octal | 365 | 153 | 352 | 0 | 70 | 4 | 4 | 461 | 127 | 105 |
| Binary | 11110101 | 1101011 | 11101010 | 0 | 111000 | 100 | 100 | 100110001 | 1010111 | 1000101 |
Color Harmonies of #F56BEA
Complementary color
Monochromatic Colors of #F56BEA
Black with #F56BEA
Text Example
Text Example
White with #F56BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BEA; }
p { color: rgb(245,107,234); }
H1.HeaderClassName
{
color: #F56BEA;
}
.AnyTagClassName
{
color: #F56BEA;
}
</style>
background-color css
<style>
a { background-color: #F56BEA; }
a { background-color: rgb(245,107,234); }
div.DivClassName
{
background-color: #F56BEA;
}
.BgClassName
{
background-color: #F56BEA;
}
</style>
border-color css
<style>
span { border-color: #F56BEA; }
span { border-color: rgb(245,107,234); }
td.TdClassName
{
border-color: #F56BEA;
}
.TagClassName
{
border-color: #F56BEA;
}
</style>