Shades of Ultra Pink #FD6FFF
Tints of Ultra Pink #FD6FFF
RGB
CMYK
RGB Variations
Color information
#FD6FFF (or 0xFD6FFF) is known color: Ultra Pink. HEX triplet: FD, 6F and FF. RGB value is (253,111,255). Sum of RGB (Red+Green+Blue) = 253+111+255=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 111 (43.75% from 255 or 17.93% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD6FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6FFF is #029000. Grayscale: #A9A9A9. Windows color (decimal): -167937 or 16740349. OLE color: 16740349.
HSL color Cylindrical-coordinate representation of color #FD6FFF: hue angle of 299.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD6FFF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 111 | 255 | - |
| CMYK | 0.01 | 0.56 | 0 | 0 |
| HSL | 299.17º | 1% | 0.72% | - |
| HSV(B) | 299.17º | 0.56% | 1% | - |
| XYZ | 64.24 | 39.47 | 98.84 | - |
| YUV | 169.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 111 | 255 | 0.01 | 0.56 | 0 | 0 | 299.17 | 1 | 0.72 |
| Hex | FD | 6F | FF | 1 | 38 | 0 | 0 | 12B | 64 | 48 |
| Octal | 375 | 157 | 377 | 1 | 70 | 0 | 0 | 453 | 144 | 110 |
| Binary | 11111101 | 1101111 | 11111111 | 1 | 111000 | 0 | 0 | 100101011 | 1100100 | 1001000 |
Color Harmonies of #FD6FFF
Complementary color
Monochromatic Colors of #FD6FFF
Black with #FD6FFF
Text Example
Text Example
White with #FD6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6FFF; }
p { color: rgb(253,111,255); }
H1.HeaderClassName
{
color: #FD6FFF;
}
.AnyTagClassName
{
color: #FD6FFF;
}
</style>
background-color css
<style>
a { background-color: #FD6FFF; }
a { background-color: rgb(253,111,255); }
div.DivClassName
{
background-color: #FD6FFF;
}
.BgClassName
{
background-color: #FD6FFF;
}
</style>
border-color css
<style>
span { border-color: #FD6FFF; }
span { border-color: rgb(253,111,255); }
td.TdClassName
{
border-color: #FD6FFF;
}
.TagClassName
{
border-color: #FD6FFF;
}
</style>