Shades of Ultra Pink #FD70F0
Tints of Ultra Pink #FD70F0
RGB
CMYK
RGB Variations
Color information
#FD70F0 (or 0xFD70F0) is known color: Ultra Pink. HEX triplet: FD, 70 and F0. RGB value is (253,112,240). Sum of RGB (Red+Green+Blue) = 253+112+240=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 112 (44.14% from 255 or 18.51% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD70F0 is #028F0F. Grayscale: #A8A8A8. Windows color (decimal): -167696 or 15757565. OLE color: 15757565.
HSL color Cylindrical-coordinate representation of color #FD70F0: hue angle of 305.53º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD70F0 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 240 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.01 |
| HSL | 305.53º | 0.97% | 0.72% | - |
| HSV(B) | 305.53º | 0.56% | 0.99% | - |
| XYZ | 62.03 | 38.76 | 86.65 | - |
| YUV | 168.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 240 | 0 | 0.56 | 0.05 | 0.01 | 305.53 | 0.97 | 0.72 |
| Hex | FD | 70 | F0 | 0 | 38 | 5 | 1 | 132 | 61 | 48 |
| Octal | 375 | 160 | 360 | 0 | 70 | 5 | 1 | 462 | 141 | 110 |
| Binary | 11111101 | 1110000 | 11110000 | 0 | 111000 | 101 | 1 | 100110010 | 1100001 | 1001000 |
Color Harmonies of #FD70F0
Complementary color
Monochromatic Colors of #FD70F0
Black with #FD70F0
Text Example
Text Example
White with #FD70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD70F0; }
p { color: rgb(253,112,240); }
H1.HeaderClassName
{
color: #FD70F0;
}
.AnyTagClassName
{
color: #FD70F0;
}
</style>
background-color css
<style>
a { background-color: #FD70F0; }
a { background-color: rgb(253,112,240); }
div.DivClassName
{
background-color: #FD70F0;
}
.BgClassName
{
background-color: #FD70F0;
}
</style>
border-color css
<style>
span { border-color: #FD70F0; }
span { border-color: rgb(253,112,240); }
td.TdClassName
{
border-color: #FD70F0;
}
.TagClassName
{
border-color: #FD70F0;
}
</style>