Shades of Ultra Pink #FD6DED
Tints of Ultra Pink #FD6DED
RGB
CMYK
RGB Variations
Color information
#FD6DED (or 0xFD6DED) is known color: Ultra Pink. HEX triplet: FD, 6D and ED. RGB value is (253,109,237). Sum of RGB (Red+Green+Blue) = 253+109+237=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 109 (42.97% from 255 or 18.20% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6DED is #029212. Grayscale: #A6A6A6. Windows color (decimal): -168467 or 15560189. OLE color: 15560189.
HSL color Cylindrical-coordinate representation of color #FD6DED: hue angle of 306.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6DED is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 109 | 237 | - |
CMYK | 0 | 0.57 | 0.06 | 0.01 |
HSL | 306.67º | 0.97% | 0.71% | - |
HSV(B) | 306.67º | 0.57% | 0.99% | - |
XYZ | 61.26 | 37.93 | 84.21 | - |
YUV | 166.65 | 167.71 | 189.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 109 | 237 | 0 | 0.57 | 0.06 | 0.01 | 306.67 | 0.97 | 0.71 |
Hex | FD | 6D | ED | 0 | 39 | 6 | 1 | 133 | 61 | 47 |
Octal | 375 | 155 | 355 | 0 | 71 | 6 | 1 | 463 | 141 | 107 |
Binary | 11111101 | 1101101 | 11101101 | 0 | 111001 | 110 | 1 | 100110011 | 1100001 | 1000111 |
Color Harmonies of #FD6DED
Complementary color
Monochromatic Colors of #FD6DED
Black with #FD6DED
Text Example
Text Example
White with #FD6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DED; }
p { color: rgb(253,109,237); }
H1.HeaderClassName
{
color: #FD6DED;
}
.AnyTagClassName
{
color: #FD6DED;
}
</style>
background-color css
<style>
a { background-color: #FD6DED; }
a { background-color: rgb(253,109,237); }
div.DivClassName
{
background-color: #FD6DED;
}
.BgClassName
{
background-color: #FD6DED;
}
</style>
border-color css
<style>
span { border-color: #FD6DED; }
span { border-color: rgb(253,109,237); }
td.TdClassName
{
border-color: #FD6DED;
}
.TagClassName
{
border-color: #FD6DED;
}
</style>