Shades of Ultra Pink #FA6DF6
Tints of Ultra Pink #FA6DF6
RGB
CMYK
RGB Variations
Color information
#FA6DF6 (or 0xFA6DF6) is known color: Ultra Pink. HEX triplet: FA, 6D and F6. RGB value is (250,109,246). Sum of RGB (Red+Green+Blue) = 250+109+246=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 109 (42.97% from 255 or 18.02% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DF6 is #059209. Grayscale: #A6A6A6. Windows color (decimal): -365066 or 16150010. OLE color: 16150010.
HSL color Cylindrical-coordinate representation of color #FA6DF6: hue angle of 301.7º 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 #FA6DF6 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 246 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.02 |
| HSL | 301.7º | 0.93% | 0.7% | - |
| HSV(B) | 301.7º | 0.56% | 0.98% | - |
| XYZ | 61.53 | 37.92 | 91.26 | - |
| YUV | 166.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 246 | 0 | 0.56 | 0.02 | 0.02 | 301.7 | 0.93 | 0.7 |
| Hex | FA | 6D | F6 | 0 | 38 | 2 | 2 | 12E | 5D | 46 |
| Octal | 372 | 155 | 366 | 0 | 70 | 2 | 2 | 456 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11110110 | 0 | 111000 | 10 | 10 | 100101110 | 1011101 | 1000110 |
Color Harmonies of #FA6DF6
Complementary color
Monochromatic Colors of #FA6DF6
Black with #FA6DF6
Text Example
Text Example
White with #FA6DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DF6; }
p { color: rgb(250,109,246); }
H1.HeaderClassName
{
color: #FA6DF6;
}
.AnyTagClassName
{
color: #FA6DF6;
}
</style>
background-color css
<style>
a { background-color: #FA6DF6; }
a { background-color: rgb(250,109,246); }
div.DivClassName
{
background-color: #FA6DF6;
}
.BgClassName
{
background-color: #FA6DF6;
}
</style>
border-color css
<style>
span { border-color: #FA6DF6; }
span { border-color: rgb(250,109,246); }
td.TdClassName
{
border-color: #FA6DF6;
}
.TagClassName
{
border-color: #FA6DF6;
}
</style>