Shades of Ultra Pink #F56FFD
Tints of Ultra Pink #F56FFD
RGB
CMYK
RGB Variations
Color information
#F56FFD (or 0xF56FFD) is known color: Ultra Pink. HEX triplet: F5, 6F and FD. RGB value is (245,111,253). Sum of RGB (Red+Green+Blue) = 245+111+253=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 111 (43.75% from 255 or 18.23% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #F56FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56FFD is #0A9002. Grayscale: #A6A6A6. Windows color (decimal): -692227 or 16609269. OLE color: 16609269.
HSL color Cylindrical-coordinate representation of color #F56FFD: hue angle of 296.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56FFD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 111 | 253 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.01 |
| HSL | 296.62º | 0.97% | 0.71% | - |
| HSV(B) | 296.62º | 0.56% | 0.99% | - |
| XYZ | 61.07 | 37.87 | 97.02 | - |
| YUV | 167.25 | 176.39 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 253 | 0.03 | 0.56 | 0 | 0.01 | 296.62 | 0.97 | 0.71 |
| Hex | F5 | 6F | FD | 3 | 38 | 0 | 1 | 129 | 61 | 47 |
| Octal | 365 | 157 | 375 | 3 | 70 | 0 | 1 | 451 | 141 | 107 |
| Binary | 11110101 | 1101111 | 11111101 | 11 | 111000 | 0 | 1 | 100101001 | 1100001 | 1000111 |
Color Harmonies of #F56FFD
Complementary color
Monochromatic Colors of #F56FFD
Black with #F56FFD
Text Example
Text Example
White with #F56FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FFD; }
p { color: rgb(245,111,253); }
H1.HeaderClassName
{
color: #F56FFD;
}
.AnyTagClassName
{
color: #F56FFD;
}
</style>
background-color css
<style>
a { background-color: #F56FFD; }
a { background-color: rgb(245,111,253); }
div.DivClassName
{
background-color: #F56FFD;
}
.BgClassName
{
background-color: #F56FFD;
}
</style>
border-color css
<style>
span { border-color: #F56FFD; }
span { border-color: rgb(245,111,253); }
td.TdClassName
{
border-color: #F56FFD;
}
.TagClassName
{
border-color: #F56FFD;
}
</style>