Shades of Ultra Pink #FD6CFF
Tints of Ultra Pink #FD6CFF
RGB
CMYK
RGB Variations
Color information
#FD6CFF (or 0xFD6CFF) is known color: Ultra Pink. HEX triplet: FD, 6C and FF. RGB value is (253,108,255). Sum of RGB (Red+Green+Blue) = 253+108+255=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 108 (42.58% from 255 or 17.53% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD6CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6CFF is #029300. Grayscale: #A7A7A7. Windows color (decimal): -168705 or 16739581. OLE color: 16739581.
HSL color Cylindrical-coordinate representation of color #FD6CFF: hue angle of 299.18º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6CFF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 108 | 255 | - |
| CMYK | 0.01 | 0.58 | 0 | 0 |
| HSL | 299.18º | 1% | 0.71% | - |
| HSV(B) | 299.18º | 0.58% | 1% | - |
| XYZ | 63.92 | 38.83 | 98.73 | - |
| YUV | 168.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 255 | 0.01 | 0.58 | 0 | 0 | 299.18 | 1 | 0.71 |
| Hex | FD | 6C | FF | 1 | 3A | 0 | 0 | 12B | 64 | 47 |
| Octal | 375 | 154 | 377 | 1 | 72 | 0 | 0 | 453 | 144 | 107 |
| Binary | 11111101 | 1101100 | 11111111 | 1 | 111010 | 0 | 0 | 100101011 | 1100100 | 1000111 |
Color Harmonies of #FD6CFF
Complementary color
Monochromatic Colors of #FD6CFF
Black with #FD6CFF
Text Example
Text Example
White with #FD6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6CFF; }
p { color: rgb(253,108,255); }
H1.HeaderClassName
{
color: #FD6CFF;
}
.AnyTagClassName
{
color: #FD6CFF;
}
</style>
background-color css
<style>
a { background-color: #FD6CFF; }
a { background-color: rgb(253,108,255); }
div.DivClassName
{
background-color: #FD6CFF;
}
.BgClassName
{
background-color: #FD6CFF;
}
</style>
border-color css
<style>
span { border-color: #FD6CFF; }
span { border-color: rgb(253,108,255); }
td.TdClassName
{
border-color: #FD6CFF;
}
.TagClassName
{
border-color: #FD6CFF;
}
</style>