Shades of Ultra Pink #FF6DFE
Tints of Ultra Pink #FF6DFE
RGB
CMYK
RGB Variations
Color information
#FF6DFE (or 0xFF6DFE) is known color: Ultra Pink. HEX triplet: FF, 6D and FE. RGB value is (255,109,254). Sum of RGB (Red+Green+Blue) = 255+109+254=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 109 (42.97% from 255 or 17.64% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6DFE is #009201. Grayscale: #A8A8A8. Windows color (decimal): -37378 or 16674303. OLE color: 16674303.
HSL color Cylindrical-coordinate representation of color #FF6DFE: hue angle of 300.41º 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 #FF6DFE is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 254 | - |
| CMYK | 0 | 0.57 | 0.00 | 0 |
| HSL | 300.41º | 1% | 0.71% | - |
| HSV(B) | 300.41º | 0.57% | 1% | - |
| XYZ | 64.6 | 39.35 | 97.96 | - |
| YUV | 169.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 254 | 0 | 0.57 | 0.00 | 0 | 300.41 | 1 | 0.71 |
| Hex | FF | 6D | FE | 0 | 39 | 0 | 0 | 12C | 64 | 47 |
| Octal | 377 | 155 | 376 | 0 | 71 | 0 | 0 | 454 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11111110 | 0 | 111001 | 0 | 0 | 100101100 | 1100100 | 1000111 |
Color Harmonies of #FF6DFE
Complementary color
Monochromatic Colors of #FF6DFE
Black with #FF6DFE
Text Example
Text Example
White with #FF6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DFE; }
p { color: rgb(255,109,254); }
H1.HeaderClassName
{
color: #FF6DFE;
}
.AnyTagClassName
{
color: #FF6DFE;
}
</style>
background-color css
<style>
a { background-color: #FF6DFE; }
a { background-color: rgb(255,109,254); }
div.DivClassName
{
background-color: #FF6DFE;
}
.BgClassName
{
background-color: #FF6DFE;
}
</style>
border-color css
<style>
span { border-color: #FF6DFE; }
span { border-color: rgb(255,109,254); }
td.TdClassName
{
border-color: #FF6DFE;
}
.TagClassName
{
border-color: #FF6DFE;
}
</style>