Shades of Ultra Pink #FF6DFC
Tints of Ultra Pink #FF6DFC
RGB
CMYK
RGB Variations
Color information
#FF6DFC (or 0xFF6DFC) is known color: Ultra Pink. HEX triplet: FF, 6D and FC. RGB value is (255,109,252). Sum of RGB (Red+Green+Blue) = 255+109+252=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 109 (42.97% from 255 or 17.69% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6DFC is #009203. Grayscale: #A8A8A8. Windows color (decimal): -37380 or 16543231. OLE color: 16543231.
HSL color Cylindrical-coordinate representation of color #FF6DFC: hue angle of 301.23º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6DFC is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 252 | - |
| CMYK | 0 | 0.57 | 0.01 | 0 |
| HSL | 301.23º | 1% | 0.71% | - |
| HSV(B) | 301.23º | 0.57% | 1% | - |
| XYZ | 64.28 | 39.23 | 96.28 | - |
| YUV | 168.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 252 | 0 | 0.57 | 0.01 | 0 | 301.23 | 1 | 0.71 |
| Hex | FF | 6D | FC | 0 | 39 | 1 | 0 | 12D | 64 | 47 |
| Octal | 377 | 155 | 374 | 0 | 71 | 1 | 0 | 455 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11111100 | 0 | 111001 | 1 | 0 | 100101101 | 1100100 | 1000111 |
Color Harmonies of #FF6DFC
Complementary color
Monochromatic Colors of #FF6DFC
Black with #FF6DFC
Text Example
Text Example
White with #FF6DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DFC; }
p { color: rgb(255,109,252); }
H1.HeaderClassName
{
color: #FF6DFC;
}
.AnyTagClassName
{
color: #FF6DFC;
}
</style>
background-color css
<style>
a { background-color: #FF6DFC; }
a { background-color: rgb(255,109,252); }
div.DivClassName
{
background-color: #FF6DFC;
}
.BgClassName
{
background-color: #FF6DFC;
}
</style>
border-color css
<style>
span { border-color: #FF6DFC; }
span { border-color: rgb(255,109,252); }
td.TdClassName
{
border-color: #FF6DFC;
}
.TagClassName
{
border-color: #FF6DFC;
}
</style>