Shades of Ultra Pink #F56BEE
Tints of Ultra Pink #F56BEE
RGB
CMYK
RGB Variations
Color information
#F56BEE (or 0xF56BEE) is known color: Ultra Pink. HEX triplet: F5, 6B and EE. RGB value is (245,107,238). Sum of RGB (Red+Green+Blue) = 245+107+238=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 107 (42.19% from 255 or 18.14% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56BEE is #0A9411. Grayscale: #A2A2A2. Windows color (decimal): -693266 or 15625205. OLE color: 15625205.
HSL color Cylindrical-coordinate representation of color #F56BEE: hue angle of 303.04º 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 #F56BEE is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 238 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.04 |
| HSL | 303.04º | 0.87% | 0.69% | - |
| HSV(B) | 303.04º | 0.56% | 0.96% | - |
| XYZ | 58.35 | 36.1 | 84.78 | - |
| YUV | 163.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 238 | 0 | 0.56 | 0.03 | 0.04 | 303.04 | 0.87 | 0.69 |
| Hex | F5 | 6B | EE | 0 | 38 | 3 | 4 | 12F | 57 | 45 |
| Octal | 365 | 153 | 356 | 0 | 70 | 3 | 4 | 457 | 127 | 105 |
| Binary | 11110101 | 1101011 | 11101110 | 0 | 111000 | 11 | 100 | 100101111 | 1010111 | 1000101 |
Color Harmonies of #F56BEE
Complementary color
Monochromatic Colors of #F56BEE
Black with #F56BEE
Text Example
Text Example
White with #F56BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BEE; }
p { color: rgb(245,107,238); }
H1.HeaderClassName
{
color: #F56BEE;
}
.AnyTagClassName
{
color: #F56BEE;
}
</style>
background-color css
<style>
a { background-color: #F56BEE; }
a { background-color: rgb(245,107,238); }
div.DivClassName
{
background-color: #F56BEE;
}
.BgClassName
{
background-color: #F56BEE;
}
</style>
border-color css
<style>
span { border-color: #F56BEE; }
span { border-color: rgb(245,107,238); }
td.TdClassName
{
border-color: #F56BEE;
}
.TagClassName
{
border-color: #F56BEE;
}
</style>