Shades of Ultra Pink #FF6DF0
Tints of Ultra Pink #FF6DF0
RGB
CMYK
RGB Variations
Color information
#FF6DF0 (or 0xFF6DF0) is known color: Ultra Pink. HEX triplet: FF, 6D and F0. RGB value is (255,109,240). Sum of RGB (Red+Green+Blue) = 255+109+240=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 109 (42.97% from 255 or 18.05% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6DF0 is #00920F. Grayscale: #A7A7A7. Windows color (decimal): -37392 or 15756799. OLE color: 15756799.
HSL color Cylindrical-coordinate representation of color #FF6DF0: hue angle of 306.16º 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 #FF6DF0 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 240 | - |
| CMYK | 0 | 0.57 | 0.06 | 0 |
| HSL | 306.16º | 1% | 0.71% | - |
| HSV(B) | 306.16º | 0.57% | 1% | - |
| XYZ | 62.44 | 38.49 | 86.58 | - |
| YUV | 167.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 240 | 0 | 0.57 | 0.06 | 0 | 306.16 | 1 | 0.71 |
| Hex | FF | 6D | F0 | 0 | 39 | 6 | 0 | 132 | 64 | 47 |
| Octal | 377 | 155 | 360 | 0 | 71 | 6 | 0 | 462 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11110000 | 0 | 111001 | 110 | 0 | 100110010 | 1100100 | 1000111 |
Color Harmonies of #FF6DF0
Complementary color
Monochromatic Colors of #FF6DF0
Black with #FF6DF0
Text Example
Text Example
White with #FF6DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DF0; }
p { color: rgb(255,109,240); }
H1.HeaderClassName
{
color: #FF6DF0;
}
.AnyTagClassName
{
color: #FF6DF0;
}
</style>
background-color css
<style>
a { background-color: #FF6DF0; }
a { background-color: rgb(255,109,240); }
div.DivClassName
{
background-color: #FF6DF0;
}
.BgClassName
{
background-color: #FF6DF0;
}
</style>
border-color css
<style>
span { border-color: #FF6DF0; }
span { border-color: rgb(255,109,240); }
td.TdClassName
{
border-color: #FF6DF0;
}
.TagClassName
{
border-color: #FF6DF0;
}
</style>