Shades of Ultra Pink #FF6DED
Tints of Ultra Pink #FF6DED
RGB
CMYK
RGB Variations
Color information
#FF6DED (or 0xFF6DED) is known color: Ultra Pink. HEX triplet: FF, 6D and ED. RGB value is (255,109,237). Sum of RGB (Red+Green+Blue) = 255+109+237=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 109 (42.97% from 255 or 18.14% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6DED is #009212. Grayscale: #A6A6A6. Windows color (decimal): -37395 or 15560191. OLE color: 15560191.
HSL color Cylindrical-coordinate representation of color #FF6DED: hue angle of 307.4º 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 #FF6DED is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 237 | - |
| CMYK | 0 | 0.57 | 0.07 | 0 |
| HSL | 307.4º | 1% | 0.71% | - |
| HSV(B) | 307.4º | 0.57% | 1% | - |
| XYZ | 61.99 | 38.31 | 84.25 | - |
| YUV | 167.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 237 | 0 | 0.57 | 0.07 | 0 | 307.4 | 1 | 0.71 |
| Hex | FF | 6D | ED | 0 | 39 | 7 | 0 | 133 | 64 | 47 |
| Octal | 377 | 155 | 355 | 0 | 71 | 7 | 0 | 463 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11101101 | 0 | 111001 | 111 | 0 | 100110011 | 1100100 | 1000111 |
Color Harmonies of #FF6DED
Complementary color
Monochromatic Colors of #FF6DED
Black with #FF6DED
Text Example
Text Example
White with #FF6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DED; }
p { color: rgb(255,109,237); }
H1.HeaderClassName
{
color: #FF6DED;
}
.AnyTagClassName
{
color: #FF6DED;
}
</style>
background-color css
<style>
a { background-color: #FF6DED; }
a { background-color: rgb(255,109,237); }
div.DivClassName
{
background-color: #FF6DED;
}
.BgClassName
{
background-color: #FF6DED;
}
</style>
border-color css
<style>
span { border-color: #FF6DED; }
span { border-color: rgb(255,109,237); }
td.TdClassName
{
border-color: #FF6DED;
}
.TagClassName
{
border-color: #FF6DED;
}
</style>