Shades of Ultra Pink #FA6DED
Tints of Ultra Pink #FA6DED
RGB
CMYK
RGB Variations
Color information
#FA6DED (or 0xFA6DED) is known color: Ultra Pink. HEX triplet: FA, 6D and ED. RGB value is (250,109,237). Sum of RGB (Red+Green+Blue) = 250+109+237=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 109 (42.97% from 255 or 18.29% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DED is #059212. Grayscale: #A5A5A5. Windows color (decimal): -365075 or 15560186. OLE color: 15560186.
HSL color Cylindrical-coordinate representation of color #FA6DED: hue angle of 305.53º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DED is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 237 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.02 |
| HSL | 305.53º | 0.93% | 0.7% | - |
| HSV(B) | 305.53º | 0.56% | 0.98% | - |
| XYZ | 60.18 | 37.38 | 84.16 | - |
| YUV | 165.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 237 | 0 | 0.56 | 0.05 | 0.02 | 305.53 | 0.93 | 0.7 |
| Hex | FA | 6D | ED | 0 | 38 | 5 | 2 | 132 | 5D | 46 |
| Octal | 372 | 155 | 355 | 0 | 70 | 5 | 2 | 462 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11101101 | 0 | 111000 | 101 | 10 | 100110010 | 1011101 | 1000110 |
Color Harmonies of #FA6DED
Complementary color
Monochromatic Colors of #FA6DED
Black with #FA6DED
Text Example
Text Example
White with #FA6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DED; }
p { color: rgb(250,109,237); }
H1.HeaderClassName
{
color: #FA6DED;
}
.AnyTagClassName
{
color: #FA6DED;
}
</style>
background-color css
<style>
a { background-color: #FA6DED; }
a { background-color: rgb(250,109,237); }
div.DivClassName
{
background-color: #FA6DED;
}
.BgClassName
{
background-color: #FA6DED;
}
</style>
border-color css
<style>
span { border-color: #FA6DED; }
span { border-color: rgb(250,109,237); }
td.TdClassName
{
border-color: #FA6DED;
}
.TagClassName
{
border-color: #FA6DED;
}
</style>