Shades of Ultra Pink #F56DED
Tints of Ultra Pink #F56DED
RGB
CMYK
RGB Variations
Color information
#F56DED (or 0xF56DED) is known color: Ultra Pink. HEX triplet: F5, 6D and ED. RGB value is (245,109,237). Sum of RGB (Red+Green+Blue) = 245+109+237=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 109 (42.97% from 255 or 18.44% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56DED is #0A9212. Grayscale: #A3A3A3. Windows color (decimal): -692755 or 15560181. OLE color: 15560181.
HSL color Cylindrical-coordinate representation of color #F56DED: hue angle of 303.53º 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 #F56DED is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 237 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.04 |
| HSL | 303.53º | 0.87% | 0.69% | - |
| HSV(B) | 303.53º | 0.56% | 0.96% | - |
| XYZ | 58.41 | 36.46 | 84.08 | - |
| YUV | 164.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 237 | 0 | 0.56 | 0.03 | 0.04 | 303.53 | 0.87 | 0.69 |
| Hex | F5 | 6D | ED | 0 | 38 | 3 | 4 | 130 | 57 | 45 |
| Octal | 365 | 155 | 355 | 0 | 70 | 3 | 4 | 460 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11101101 | 0 | 111000 | 11 | 100 | 100110000 | 1010111 | 1000101 |
Color Harmonies of #F56DED
Complementary color
Monochromatic Colors of #F56DED
Black with #F56DED
Text Example
Text Example
White with #F56DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DED; }
p { color: rgb(245,109,237); }
H1.HeaderClassName
{
color: #F56DED;
}
.AnyTagClassName
{
color: #F56DED;
}
</style>
background-color css
<style>
a { background-color: #F56DED; }
a { background-color: rgb(245,109,237); }
div.DivClassName
{
background-color: #F56DED;
}
.BgClassName
{
background-color: #F56DED;
}
</style>
border-color css
<style>
span { border-color: #F56DED; }
span { border-color: rgb(245,109,237); }
td.TdClassName
{
border-color: #F56DED;
}
.TagClassName
{
border-color: #F56DED;
}
</style>